Skip to content

Commit

Permalink
ci: cache key simplifcation as it didn't have effect
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Jun 5, 2024
1 parent 606eb7a commit 8f7cac5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/composite-gemini3d/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ runs:
with:
path: |
${{ env.CMAKE_INSTALL_PREFIX }}
key: ${{ runner.os }}-gemini-${{ hashFiles('gemini3d/CMakeLists.txt') }}
# weak check that gemini3d has changed since last cache update
key: ${{ runner.os }}-gemini3d

- name: Checkout Gemini3D
if: steps.cache-gemini.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 8f7cac5

Please sign in to comment.