Skip to content

Commit

Permalink
Update edopro.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
edo9300 committed Jun 4, 2023
1 parent 06f35d6 commit 1a62005
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/edopro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ jobs:
- name: Set custom env vars
shell: bash
run: |
echo "VCPKG_CACHE_7Z_URL=$DEPENDENCIES_BASE_URL/$ARCHIVE_NAME" >> $GITHUB_ENV
echo "VCPKG_CACHE_7Z_URL=$DEPENDENCIES_BASE_URL/${{ matrix.package_name }}" >> $GITHUB_ENV
- name: Get apt packages
shell: bash
run: |
Expand Down Expand Up @@ -721,13 +721,12 @@ jobs:
CXX: ${{ format('/opt/cctools/bin/{0}-clang++', matrix.clang) }}
AR: ${{ format('/opt/cctools/bin/{0}-apple-darwin11-ar', matrix.compiler_arch) }}
RANLIB: ${{ format('/opt/cctools/bin/{0}-apple-darwin11-ranlib', matrix.compiler_arch) }}
ARCHIVE_NAME: ${{ matrix.package_name }}
LDFLAGS: ${{ format('/opt/cctools/darwin/{0}', matrix.libclang_rt) }}
steps:
- name: Set custom env vars
shell: bash
run: |
echo "VCPKG_CACHE_7Z_URL=$DEPENDENCIES_BASE_URL/$ARCHIVE_NAME" >> $GITHUB_ENV
echo "VCPKG_CACHE_7Z_URL=$DEPENDENCIES_BASE_URL/${{ matrix.package_name }}" >> $GITHUB_ENV
- name: Get apt packages
shell: bash
run: |
Expand Down

0 comments on commit 1a62005

Please sign in to comment.