Skip to content

Commit

Permalink
ci: missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
june-fish committed Mar 8, 2024
1 parent 8f45405 commit 82c0d4b
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 @@ -31,7 +31,7 @@ jobs:
uses: actions/cache@v3
with:
path: ${{ env.CCACHE_DIR }}
key: ccache-${{ matrix.variant }}-${{ env.KERNEL_COMMIT }}-${{ hashFiles(format('{0}/config' matrix.variant)) }}
key: ccache-${{ matrix.variant }}-${{ env.KERNEL_COMMIT }}-${{ hashFiles(format('{0}/config', matrix.variant)) }}
restore-keys: |
ccache-${{ matrix.variant }}-${{ env.KERNEL_COMMIT }}-
ccache-${{ matrix.variant }}-
Expand Down

0 comments on commit 82c0d4b

Please sign in to comment.