Skip to content

Commit 83bdc04

Browse files
committed
use rustup for installing Rust on NetBSD
1 parent 37ebd03 commit 83bdc04

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci-netbsd.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ jobs:
2828
with:
2929
usesh: true
3030
prepare: |
31-
/usr/sbin/pkg_add rust mktools gmake pkgconf cwrappers
31+
/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
3234
run: |
3335
cargo build --all --locked --verbose --no-default-features --features cli
3436
cargo test --all --locked --verbose --no-default-features --features cli

0 commit comments

Comments
 (0)