Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbaliasnikov committed May 28, 2024
1 parent d372445 commit f5f80fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-llvm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ runs:
append-timestamp: false
max-size: "2G"
verbose: 2
save: ${{ inputs.save-ccache || github.event_name == 'push' && !startsWith(github.ref, 'refs/tags/') }}
save: ${{ inputs.save-ccache == 'true' || github.event_name == 'push' && !startsWith(github.ref, 'refs/tags/') }}

# CCACHE_BASEDIR, CCACHE_NOHASHDIR, and CCACHE_COMPILERCHECK
# are allowing to cache compiler output across different
Expand Down

0 comments on commit f5f80fb

Please sign in to comment.