Skip to content

Commit

Permalink
remove value instead of setting false
Browse files Browse the repository at this point in the history
  • Loading branch information
antheas committed Nov 25, 2024
1 parent 91e511c commit 47e3931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
FEDORA_VERSION="${{ matrix.fedora_version }}"
ARCH="${{ matrix.arch }}"
sudo podman run --rm -v $(pwd):/workspace \
--env CCACHE_DISABLE=${{ startsWith(github.ref, 'refs/tags/') && 'true' || 'false' }} \
--env CCACHE_DISABLE=${{ startsWith(github.ref, 'refs/tags/') && 'true' || '' }} \
--env CCACHE_DIR=/workspace/ccache \
--env CCACHE_MAXSIZE=5G \
--env CCACHE_COMPRESS=1 \
Expand Down

0 comments on commit 47e3931

Please sign in to comment.