mirror of
https://github.com/ruvnet/RuView.git
synced 2026-04-28 05:59:32 +00:00
fix(ci): use correct rust-toolchain action name
Co-Authored-By: claude-flow <ruv@ruv.net>
This commit is contained in:
parent
26a7d6775a
commit
da4255a54c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/desktop-release.yml
vendored
4
.github/workflows/desktop-release.yml
vendored
|
|
@ -31,7 +31,7 @@ jobs:
|
|||
node-version: '20'
|
||||
|
||||
- name: Setup Rust
|
||||
uses: dtolnay/rust-action@stable
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
with:
|
||||
targets: ${{ matrix.target }}
|
||||
|
||||
|
|
@ -86,7 +86,7 @@ jobs:
|
|||
node-version: '20'
|
||||
|
||||
- name: Setup Rust
|
||||
uses: dtolnay/rust-action@stable
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
|
||||
- name: Install frontend dependencies
|
||||
working-directory: rust-port/wifi-densepose-rs/crates/wifi-densepose-desktop/ui
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue