Skip to content

Commit 41dd7f1

Browse files
committed
[Misc] Try to fix Github Actions
1 parent 0758130 commit 41dd7f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
with:
7979
path: |
8080
build/
81-
key: ${{ runner.os }}-master
81+
key: ${{ runner.os }}-${{ steps.get-date.outputs.date }}-${{ github.ref }}
8282
- name: Create build dir
8383
if: steps.cmake-cache.outputs.cache-hit != 'true'
8484
run: |

0 commit comments

Comments
 (0)