Skip to content

Commit

Permalink
chore: Change cache directory and key
Browse files Browse the repository at this point in the history
  • Loading branch information
kbinani committed Dec 7, 2024
1 parent f706430 commit 6218f16
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,13 @@ jobs:
- name: Checkout lfs files
shell: bash
run: git lfs checkout
- uses: actions/cache@v4
- name: Cache workspace directory
uses: actions/cache@v4
with:
path: |
build/_deps/icu-src
build/_deps/icu-build
build/_deps/icu-subbuild
key: analysis-${{ hashFiles('build/_deps/libminecraft-file-src/cmake/icu.cmake') }}
path: build
key: analysis-${{ github.run_id }}
restore-keys: |
analysis-
- name: Install tools
run: |
wget -q -O - https://files.pvs-studio.com/etc/pubkey.txt | sudo apt-key add -
Expand Down

0 comments on commit 6218f16

Please sign in to comment.