We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0758130 commit 41dd7f1Copy full SHA for 41dd7f1
.github/workflows/build.yml
@@ -78,7 +78,7 @@ jobs:
78
with:
79
path: |
80
build/
81
- key: ${{ runner.os }}-master
+ key: ${{ runner.os }}-${{ steps.get-date.outputs.date }}-${{ github.ref }}
82
- name: Create build dir
83
if: steps.cmake-cache.outputs.cache-hit != 'true'
84
run: |
0 commit comments