We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c95c17 commit 6da1c6dCopy full SHA for 6da1c6d
.github/workflows/build.yml
@@ -30,7 +30,7 @@ jobs:
30
rustup component add clippy
31
- name: Configure Rust and display version
32
run: |
33
- echo "PATH=$(dirname $(rustup which cargo)):$PATH" >> $GITHUB_ENV
+ echo "PATH=$(dirname $(rustup which cargo)):$(pwd)/rust/cargo/bin:$PATH" >> $GITHUB_ENV
34
rustc --version
35
cargo --version
36
- name: Build with rust and cargo make
0 commit comments