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