Skip to content

Commit

Permalink
Change ccache key to more concise and readable one
Browse files Browse the repository at this point in the history
  • Loading branch information
WoWaster authored and iakov committed Aug 30, 2023
1 parent aba5d8e commit 7104e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trik-toolchain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Use ccache
uses: hendrikmuhs/[email protected]
with:
key: ${{ github.workflow }}
key: ${{ github.ref_name }}-${{ github.job }}

- name: Check available tools
run: |
Expand Down

0 comments on commit 7104e11

Please sign in to comment.