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 318a18c commit d4bd885Copy full SHA for d4bd885
.github/workflows/scheduled-builds.yml
@@ -16,6 +16,7 @@ jobs:
16
uses: actions/cache@v4
17
with:
18
path: .ccache
19
+ save-always: true
20
key: ${{ runner.os }}:libnode:ccache:${{ github.run_number }}
21
restore-keys: |
22
${{ runner.os }}:libnode:ccache:
0 commit comments