Update ci.yml
This commit is contained in:
parent
f828487683
commit
1e794a019c
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -36,8 +36,10 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Install Rust
|
||||
uses: dtolnay/rust-action@stable
|
||||
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
with:
|
||||
toolchain: stable
|
||||
targets: aarch64-apple-darwin,x86_64-apple-darwin
|
||||
- name: Cache Cargo
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user