Skip to content

Commit

Permalink
Merge pull request #131 from vtraag/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/cache-3
  • Loading branch information
vtraag committed Jun 30, 2023
2 parents 25e4f58 + c4d2f2c commit 9fac11f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:

- name: Cache installed C core
id: cache-c-core
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: build-deps
key: C-core-cache-${{ runner.os }}-${{ matrix.cmake_arch }}-llvm${{ env.LLVM_VERSION }}-${{ hashFiles('scripts/build_igraph.sh') }}-${{ hashFiles('scripts/build_libleidenalg.sh') }}
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:

- name: Cache installed C core
id: cache-c-core
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: build-deps
key: C-core-cache-${{ runner.os }}-${{ matrix.cmake_arch }}-llvm${{ env.LLVM_VERSION }}-${{ hashFiles('scripts/build_igraph.sh') }}-${{ hashFiles('scripts/build_libleidenalg.sh') }}
Expand Down

0 comments on commit 9fac11f

Please # to comment.