Skip to content

Commit d4bd885

Browse files
authored
Enable save-always
1 parent 318a18c commit d4bd885

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/scheduled-builds.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
uses: actions/cache@v4
1717
with:
1818
path: .ccache
19+
save-always: true
1920
key: ${{ runner.os }}:libnode:ccache:${{ github.run_number }}
2021
restore-keys: |
2122
${{ runner.os }}:libnode:ccache:

0 commit comments

Comments
 (0)