Skip to content

Commit

Permalink
updated caching
Browse files Browse the repository at this point in the history
  • Loading branch information
hakasapl committed Jul 19, 2024
1 parent e111ddd commit 288dd90
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,19 @@ jobs:
- name: Cache VCPKG
uses: actions/cache@v3
with:
key: vcpkg-${{ runner.os }}-${{ hashFiles('vcpkg.json', 'vcpkg-configuration.json') }}
path: |
build/x64-release/vcpkg_installed
build/x64-debug/vcpkg_installed
- name: Cache Externals
uses: actions/cache@v3
with:
key: externals-${{ runner.os }}-${{ hashFiles('.gitmodules') }}
path: |
build/x64-release/externals
build/x64-debug/externals
- name: Configure CMake
run: |
cmake --preset x64-release
Expand Down

0 comments on commit 288dd90

Please sign in to comment.