Update release.yml
This commit is contained in:
parent
1e794a019c
commit
7e31b93afa
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@ -25,7 +25,10 @@ jobs:
|
|||||||
cache-dependency-path: desktop/ui/package-lock.json
|
cache-dependency-path: desktop/ui/package-lock.json
|
||||||
|
|
||||||
- name: Install Rust
|
- 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: Install UI deps
|
- name: Install UI deps
|
||||||
run: cd desktop/ui && npm ci
|
run: cd desktop/ui && npm ci
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user