ci: fix rust toolchain action
This commit is contained in:
parent
7e31b93afa
commit
1d3ddf25b2
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -35,11 +35,10 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Install Rust
|
||||
- name: Install Rust toolchain
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
with:
|
||||
toolchain: stable
|
||||
targets: aarch64-apple-darwin,x86_64-apple-darwin
|
||||
- name: Cache Cargo
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
|
||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
||||
cache: 'npm'
|
||||
cache-dependency-path: desktop/ui/package-lock.json
|
||||
|
||||
- name: Install Rust
|
||||
- name: Install Rust toolchain
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
with:
|
||||
toolchain: stable
|
||||
|
||||
Loading…
Reference in New Issue
Block a user