We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f181092 commit 52686a4Copy full SHA for 52686a4
1 file changed
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
run: |
20
string(TIMESTAMP current_date "%Y-%m-%d-%H;%M;%S" UTC)
21
message("::set-output name=timestamp::${current_date}")
22
- - uses: actions/cache@v1.1.0
+ - uses: pat-s/always-upload-cache@v1.1.4
23
with:
24
path: .ccache
25
key: ccache-ubuntu-${{ steps.ccache_cache_timestamp.outputs.timestamp }}
@@ -68,7 +68,7 @@ jobs:
68
69
70
71
72
73
74
key: ccache-macos-${{ steps.ccache_cache_timestamp.outputs.timestamp }}
0 commit comments