Skip to content

Commit

Permalink
[Misc] Try to fix Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
native-m committed Feb 21, 2022
1 parent 0758130 commit 67e6486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
with:
path: |
build/
key: ${{ runner.os }}-master
key: ${{ runner.os }}-${{ steps.get-date.outputs.date }}-${{ github.ref }}
- name: Create build dir
if: steps.cmake-cache.outputs.cache-hit != 'true'
run: |
Expand Down

0 comments on commit 67e6486

Please sign in to comment.