Skip to content

Commit 1a62005

Browse files
committed
Update edopro.yml
1 parent 06f35d6 commit 1a62005

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/edopro.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ jobs:
413413
- name: Set custom env vars
414414
shell: bash
415415
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
417417
- name: Get apt packages
418418
shell: bash
419419
run: |
@@ -721,13 +721,12 @@ jobs:
721721
CXX: ${{ format('/opt/cctools/bin/{0}-clang++', matrix.clang) }}
722722
AR: ${{ format('/opt/cctools/bin/{0}-apple-darwin11-ar', matrix.compiler_arch) }}
723723
RANLIB: ${{ format('/opt/cctools/bin/{0}-apple-darwin11-ranlib', matrix.compiler_arch) }}
724-
ARCHIVE_NAME: ${{ matrix.package_name }}
725724
LDFLAGS: ${{ format('/opt/cctools/darwin/{0}', matrix.libclang_rt) }}
726725
steps:
727726
- name: Set custom env vars
728727
shell: bash
729728
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
731730
- name: Get apt packages
732731
shell: bash
733732
run: |

0 commit comments

Comments
 (0)