Skip to content

Commit

Permalink
Update groestlcoin.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gruve-p committed Mar 13, 2024
1 parent e6ee396 commit 6d5c5f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/groestlcoin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:

- name: SDK cache
if: ${{ matrix.sdk }}
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: sdk
with:
Expand All @@ -172,7 +172,7 @@ jobs:
tar -C depends/SDKs -xf depends/sdk-sources/Xcode-${{ matrix.sdk }}-extracted-SDK-with-libcxx-headers.tar.gz
- name: Dependency cache
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: depends
with:
Expand Down

0 comments on commit 6d5c5f8

Please sign in to comment.