File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -413,7 +413,7 @@ jobs:
413
413
- name : Set custom env vars
414
414
shell : bash
415
415
run : |
416
- echo "VCPKG_CACHE_7Z_URL=$DEPENDENCIES_BASE_URL/$ARCHIVE_NAME " >> $GITHUB_ENV
416
+ echo "VCPKG_CACHE_7Z_URL=$DEPENDENCIES_BASE_URL/${{ matrix.package_name }} " >> $GITHUB_ENV
417
417
- name : Get apt packages
418
418
shell : bash
419
419
run : |
@@ -721,13 +721,12 @@ jobs:
721
721
CXX : ${{ format('/opt/cctools/bin/{0}-clang++', matrix.clang) }}
722
722
AR : ${{ format('/opt/cctools/bin/{0}-apple-darwin11-ar', matrix.compiler_arch) }}
723
723
RANLIB : ${{ format('/opt/cctools/bin/{0}-apple-darwin11-ranlib', matrix.compiler_arch) }}
724
- ARCHIVE_NAME : ${{ matrix.package_name }}
725
724
LDFLAGS : ${{ format('/opt/cctools/darwin/{0}', matrix.libclang_rt) }}
726
725
steps :
727
726
- name : Set custom env vars
728
727
shell : bash
729
728
run : |
730
- echo "VCPKG_CACHE_7Z_URL=$DEPENDENCIES_BASE_URL/$ARCHIVE_NAME " >> $GITHUB_ENV
729
+ echo "VCPKG_CACHE_7Z_URL=$DEPENDENCIES_BASE_URL/${{ matrix.package_name }} " >> $GITHUB_ENV
731
730
- name : Get apt packages
732
731
shell : bash
733
732
run : |
You can’t perform that action at this time.
0 commit comments