Skip to content

Commit

Permalink
Fix cache condition key
Browse files Browse the repository at this point in the history
  • Loading branch information
AtomicNibble committed Apr 9, 2024
1 parent 0ad3297 commit 109af61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
key: ${{ runner.os }}-third-party-libs-${{ hashFiles('3rdparty/build.sh') }}-${{ hashFiles('3rdparty/premake5.lua') }}-${{ steps.submodule_gbench_commit.outputs.commit }}-${{ steps.submodule_gtest_commit.outputs.commit }}

- name: Build 3rdparty
if: steps.cache-primes.outputs.cache-hit != 'true'
if: steps.cache.outputs.cache-hit != 'true'
run: |
cd 3rdparty
premake5 gmake2
Expand Down

0 comments on commit 109af61

Please sign in to comment.