Fix release: set cwd to rust project on rust install

This commit is contained in:
folex 2021-06-17 12:37:11 +03:00
parent 82c74bfffe
commit 1296700be0

View File

@ -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