Skip to content

Commit

Permalink
updated the vcpkg build to align the macos package names with the sta…
Browse files Browse the repository at this point in the history
…tus checks
  • Loading branch information
v-jameslongo committed Aug 22, 2024
1 parent e03dd80 commit 97c488c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/vcpkg_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ concurrency:

jobs:
job:
name: ${{ matrix.os }}-${{ matrix.preset }}-${{ github.workflow }}
name: ${{ matrix.os == 'macos-13' && 'macos' || matrix.os }}-${{ matrix.preset }}-${{ github.workflow }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand All @@ -39,7 +39,7 @@ jobs:
cache-name: vcpkg-cache
with:
path: ${{ env.VCPKG_DEFAULT_BINARY_CACHE }}/*
key: ${{ matrix.os }}-build-${{ env.cache-name }}-${{ hashFiles('vcpkg.json') }}-${{ env.VCPKG_COMMIT }}"
key: ${{ matrix.os == 'macos-13' && 'macos' || matrix.os }}-build-${{ env.cache-name }}-${{ hashFiles('vcpkg.json') }}-${{ env.VCPKG_COMMIT }}"
- uses: lukka/run-vcpkg@v10
with:
vcpkgDirectory: '${{ github.workspace }}/ext_libs/vcpkg'
Expand Down

0 comments on commit 97c488c

Please sign in to comment.