Skip to content

Commit

Permalink
ci: fix path concat
Browse files Browse the repository at this point in the history
  • Loading branch information
june-fish committed Mar 8, 2024
1 parent 7445a06 commit 8f45405
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(matrix.variant + '/config') }}
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 8f45405

Please sign in to comment.