Skip to content

Commit 2e9ffba

Browse files
committed
init
1 parent ecb0759 commit 2e9ffba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ jobs:
3030
rustup component add clippy
3131
- name: Configure Rust and display version
3232
run: |
33-
echo "PATH=$(dirname $(rustup which cargo)):./rust/cargo/bin:$PATH" >> $GITHUB_ENV
33+
echo "PATH=$(dirname $(rustup which cargo)):$PATH" >> $GITHUB_ENV
34+
echo $PATH
3435
rustc --version
3536
cargo --version
3637
- name: Build with rust and cargo make

0 commit comments

Comments
 (0)