mirror of
https://github.com/fluencelabs/aqua-ipfs
synced 2025-04-24 15:32:15 +00:00
fix(ci): install cargo-workspaces with cargo-install
This commit is contained in:
parent
b4a1b164df
commit
c8de5e2f7d
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -118,7 +118,11 @@ jobs:
|
||||
- name: Setup Rust toolchain
|
||||
uses: actions-rust-lang/setup-rust-toolchain@v1
|
||||
|
||||
- uses: taiki-e/install-action@cargo-workspaces
|
||||
- name: Install cargo-workspaces
|
||||
uses: baptiste0928/cargo-install@v2.0.0
|
||||
with:
|
||||
crate: cargo-workspaces
|
||||
version: v0.2.37
|
||||
|
||||
- name: Setup marine
|
||||
uses: fluencelabs/setup-marine@v1
|
||||
|
Loading…
x
Reference in New Issue
Block a user