We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a604bff commit 4aa4f86Copy full SHA for 4aa4f86
.github/workflows/build.yml
@@ -95,6 +95,8 @@ jobs:
95
uses: actions/checkout@v3
96
- name: Cache cargo & target directories
97
uses: Swatinem/rust-cache@v2
98
+ with:
99
+ key: ${{ matrix.platform.release_for }}
100
- name: Install musl-tools on Linux
101
run: sudo apt-get update --yes && sudo apt-get install --yes musl-tools
102
if: contains(matrix.platform.name, 'musl')
0 commit comments