Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Zentrik authored Sep 6, 2024
1 parent 7d57a5d commit 7157f6d
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 @@ -72,7 +72,7 @@ jobs:
id: cache_timestamp
run: echo "timestamp=$(date +%s)" >> "$GITHUB_OUTPUT"
- name: Cache BinaryBuilder Storage Directory
if: github.ref == 'refs/heads/master' && !${{ github.event.inputs.LLVM_VERSION }}
if: github.ref == 'refs/heads/master' && ${{ !github.event.inputs.LLVM_VERSION }}
uses: actions/cache@v4
with:
path: ${{ github.workspace }}/binarybuilder_storage
Expand Down

0 comments on commit 7157f6d

Please sign in to comment.