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 37ebd03 commit 83bdc04Copy full SHA for 83bdc04
.github/workflows/ci-netbsd.yml
@@ -28,7 +28,9 @@ jobs:
28
with:
29
usesh: true
30
prepare: |
31
- /usr/sbin/pkg_add rust mktools gmake pkgconf cwrappers
+ /usr/sbin/pkg_add curl cwrappers gmake mktools pkgconf
32
+ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
33
+ . ~/.cargo/env
34
run: |
35
cargo build --all --locked --verbose --no-default-features --features cli
36
cargo test --all --locked --verbose --no-default-features --features cli
0 commit comments