Skip to content

Commit

Permalink
ci(build): add additional cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
DevYukine committed Feb 29, 2024
1 parent a604bff commit 4aa4f86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ jobs:
uses: actions/checkout@v3
- name: Cache cargo & target directories
uses: Swatinem/rust-cache@v2
with:
key: ${{ matrix.platform.release_for }}
- name: Install musl-tools on Linux
run: sudo apt-get update --yes && sudo apt-get install --yes musl-tools
if: contains(matrix.platform.name, 'musl')
Expand Down

0 comments on commit 4aa4f86

Please sign in to comment.