Skip to content

Commit 0206f3b

Browse files
committed
Allowing rustup path
1 parent 86eb4a8 commit 0206f3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.semaphore/semaphore.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ blocks:
1616
commands:
1717
- checkout
1818
- rustup update stable
19+
- export PATH="$PATH:$HOME/.cargo/bin"
1920
- rustc --version
2021
- cargo build --verbose
2122
- cargo test --verbose

0 commit comments

Comments
 (0)