Skip to content

Commit

Permalink
Update .github/workflows/test.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin P. Fleming <[email protected]>
  • Loading branch information
ulyssa and kpfleming authored Aug 13, 2024
1 parent ca4f63a commit bdf8678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
path: |
~/.cargo/registry
key: ${{ runner.os }}-cargo-v${{ env.CACHE_GENERATION }}-${{ steps.toolchain.outputs.rustc_hash }}-${{ hashFiles('**/Cargo.lock') }}
key: ${{ matrix.platform }}-cargo-v${{ env.CACHE_GENERATION }}-${{ steps.toolchain.outputs.rustc_hash }}-${{ hashFiles('**/Cargo.lock') }}
- name: Run sccache-cache
uses: mozilla-actions/[email protected]
- name: Install rustfmt
Expand Down

0 comments on commit bdf8678

Please sign in to comment.