Skip to content

Commit

Permalink
Use rust-cache too
Browse files Browse the repository at this point in the history
  • Loading branch information
hoodmane committed Jun 6, 2022
1 parent e15399c commit 3873a3d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,9 @@ jobs:
path: |
.nox/emscripten
key: ${{ hashFiles('emscripten/*') }} - ${{ hashFiles('noxfile.py') }}
- uses: Swatinem/rust-cache@v1
with:
key: cargo-emscripten-wasm32
- name: Build
if: steps.cache.outputs.cache-hit != 'true'
run: nox -s build_emscripten
Expand Down

0 comments on commit 3873a3d

Please sign in to comment.