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 6a47014 commit bd94d56Copy full SHA for bd94d56
.github/workflows/ci.yml
@@ -100,23 +100,6 @@ jobs:
100
rustup target add x86_64-unknown-illumos
101
cargo build --target x86_64-unknown-illumos
102
103
- netbsd:
104
- runs-on: macos-12
105
- steps:
106
- - uses: actions/checkout@v3
107
- - name: Test NetBSD
108
- id: test
109
- uses: vmactions/netbsd-vm@v0
110
- with:
111
- envs: CARGO_INCREMENTAL CARGO_NET_GIT_FETCH_WITH_CLI CARGO_NET_RETRY RUST_BACKTRACE RUSTFLAGS RUSTDOCFLAGS RUSTUP_MAX_RETRIES
112
- usesh: true
113
- prepare: |
114
- pkg_add curl git
115
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile minimal --default-toolchain stable
116
- run: |
117
- . $HOME/.cargo/env
118
- cargo test
119
-
120
openbsd:
121
runs-on: macos-12
122
steps:
0 commit comments