Skip to content

Commit

Permalink
Merge branch 'refs/heads/core4' into feature/create-docker-image
Browse files Browse the repository at this point in the history
  • Loading branch information
zerotacg committed Jun 5, 2024
2 parents 91d5b7b + 83cc1c9 commit 786fb40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,14 @@ jobs:
sudo ln --symbolic --force ${{ steps.strings.outputs.cmake-install-dir }}/bin/cmake /usr/local/bin/cmake
- name: Cache Hunter Dependencies
uses: actions/cache@v3.3.2
uses: actions/cache@v4.0.2
with:
path: ${{ steps.strings.outputs.hunter-dir }}
key: ${{ matrix.os }}-hunter-cache

- name: Cache Chocolatey Dependencies
if: runner.os == 'Windows'
uses: actions/cache@v3.3.2
uses: actions/cache@v4.0.2
with:
path: C:\Users\runneradmin\AppData\Local\Temp\chocolatey
key: ${{ runner.os }}-chocolatey-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cross-compile-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
sudo make install
- name: Cache Hunter Dependencies
uses: actions/cache@v3.3.2
uses: actions/cache@v4.0.2
with:
path: ${{ steps.strings.outputs.hunter-dir }}
key: ubuntu-latest-hunter-cache
Expand Down

0 comments on commit 786fb40

Please sign in to comment.