mirror of
https://github.com/fluencelabs/registry.git
synced 2025-05-29 00:41:22 +00:00
Fix release: set cwd to rust project on rust install
This commit is contained in:
parent
82c74bfffe
commit
1296700be0
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -50,6 +50,7 @@ jobs:
|
|||||||
java-version: '11'
|
java-version: '11'
|
||||||
|
|
||||||
- name: Install Rust
|
- name: Install Rust
|
||||||
|
working-directory: .
|
||||||
run: |
|
run: |
|
||||||
rustup toolchain install nightly-2021-04-24-x86_64-unknown-linux-gnu
|
rustup toolchain install nightly-2021-04-24-x86_64-unknown-linux-gnu
|
||||||
rustup default nightly-2021-04-24-x86_64-unknown-linux-gnu
|
rustup default nightly-2021-04-24-x86_64-unknown-linux-gnu
|
||||||
|
Loading…
x
Reference in New Issue
Block a user