Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
cache cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
ruihe774 committed Dec 1, 2023
1 parent 6d0c420 commit 9096827
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ jobs:
check-latest: true
cache: npm
name: Setup Node
- uses: actions/cache@v3
with:
key: cargo
path: ~/.cargo
name: Cache cargo
- uses: dtolnay/rust-toolchain@stable
with:
targets: i686-pc-windows-msvc
Expand Down

0 comments on commit 9096827

Please sign in to comment.