Skip to content

Commit

Permalink
Change vcpkg cache keys from 22.04 to 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
azrogers committed Nov 22, 2024
1 parent 2dd4195 commit 52e376b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ jobs:
- name: ccache
uses: hendrikmuhs/[email protected]
with:
key: ccache-ubuntu-22.04-clang-clang-tidy
key: ccache-ubuntu-24.04-clang-clang-tidy
- name: Cache vcpkg artifacts
uses: actions/cache@v4
with:
path: ~/.ezvcpkg
key: vcpkg-ubuntu-22.04-clang-${{ hashFiles('CMakeLists.txt') }}
key: vcpkg-ubuntu-24.04-clang-${{ hashFiles('CMakeLists.txt') }}
restore-keys: |
vcpkg-ubuntu-22.04-clang-${{ hashFiles('CMakeLists.txt') }}
vcpkg-ubuntu-22.04-clang
vcpkg-ubuntu-24.04-clang-${{ hashFiles('CMakeLists.txt') }}
vcpkg-ubuntu-24.04-clang
- name: Set CC and CXX
run: |
echo "CC=clang-18" >> "$GITHUB_ENV"
Expand Down

0 comments on commit 52e376b

Please sign in to comment.