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 ecb0759 commit 2e9ffbaCopy full SHA for 2e9ffba
.github/workflows/build.yml
@@ -30,7 +30,8 @@ jobs:
30
rustup component add clippy
31
- name: Configure Rust and display version
32
run: |
33
- echo "PATH=$(dirname $(rustup which cargo)):./rust/cargo/bin:$PATH" >> $GITHUB_ENV
+ echo "PATH=$(dirname $(rustup which cargo)):$PATH" >> $GITHUB_ENV
34
+ echo $PATH
35
rustc --version
36
cargo --version
37
- name: Build with rust and cargo make
0 commit comments