Skip to content

Commit 52686a4

Browse files
committed
github workflow: always upload cache
1 parent f181092 commit 52686a4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: |
2020
string(TIMESTAMP current_date "%Y-%m-%d-%H;%M;%S" UTC)
2121
message("::set-output name=timestamp::${current_date}")
22-
- uses: actions/cache@v1.1.0
22+
- uses: pat-s/always-upload-cache@v1.1.4
2323
with:
2424
path: .ccache
2525
key: ccache-ubuntu-${{ steps.ccache_cache_timestamp.outputs.timestamp }}
@@ -68,7 +68,7 @@ jobs:
6868
run: |
6969
string(TIMESTAMP current_date "%Y-%m-%d-%H;%M;%S" UTC)
7070
message("::set-output name=timestamp::${current_date}")
71-
- uses: actions/cache@v1.1.0
71+
- uses: pat-s/always-upload-cache@v1.1.4
7272
with:
7373
path: .ccache
7474
key: ccache-macos-${{ steps.ccache_cache_timestamp.outputs.timestamp }}

0 commit comments

Comments
 (0)