Skip to content

Commit ecb0759

Browse files
committed
init
1 parent 0a9acd9 commit ecb0759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

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

0 commit comments

Comments
 (0)