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 dcd18ae commit 4daf857Copy full SHA for 4daf857
.github/workflows/ci.yaml
@@ -216,13 +216,6 @@ jobs:
216
- name: Check compilation for freebsd
217
run: cargo check --target x86_64-unknown-freebsd
218
219
- - uses: dtolnay/rust-toolchain@stable
220
- with:
221
- target: wasm32-unknown-unknown
222
-
223
- - name: Check compilation for wasm32
224
- run: cargo check --target wasm32-unknown-unknown --no-default-features
225
226
- uses: dtolnay/rust-toolchain@stable
227
with:
228
target: x86_64-unknown-freebsd
0 commit comments