Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Zentrik committed Sep 8, 2024
1 parent 20afb75 commit 264dee4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
key: binarybuilder_storage-${{ steps.cache_timestamp.outputs.timestamp }}
restore-keys: binarybuilder_storage
- name: Restore Cached BinaryBuilder Storage Directory
if: (github.ref != 'refs/heads/master' || github.event.inputs.LLVM_VERSION != '') && ${{ !github.events.inputs.save_cache }}
if: (github.ref != 'refs/heads/master' || github.event.inputs.LLVM_VERSION != '') && ${{ !github.event.inputs.save_cache }}
uses: actions/cache/restore@v4
with:
path: ${{ github.workspace }}/binarybuilder_storage
Expand All @@ -99,7 +99,7 @@ jobs:
restore-keys: |
${{ matrix.target }}
- name: Restore Cached BinaryBuilder ccache Directory
if: (github.ref != 'refs/heads/master' || github.event.inputs.LLVM_VERSION != '') && ${{ !github.events.inputs.save_cache }}
if: (github.ref != 'refs/heads/master' || github.event.inputs.LLVM_VERSION != '') && ${{ !github.event.inputs.save_cache }}
uses: actions/cache/restore@v4
with:
path: ${{ github.workspace }}/binarybuilder_ccache
Expand Down

0 comments on commit 264dee4

Please sign in to comment.