mirror of
https://github.com/fluencelabs/registry.git
synced 2025-04-24 17:52:14 +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'
|
||||
|
||||
- name: Install Rust
|
||||
working-directory: .
|
||||
run: |
|
||||
rustup toolchain install 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