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 7b96b41 commit b9f85afCopy full SHA for b9f85af
.github/workflows/main.yml
@@ -36,6 +36,13 @@ jobs:
36
env:
37
MAKE: /usr/local/bin/make-4.4.1
38
39
+ - name: Ensure wasm32-unknown-unknown be buildable
40
+ if: matrix.os == 'ubuntu-latest'
41
+ shell: bash
42
+ run: |
43
+ rustup target add wasm32-unknown-unknown
44
+ cargo build --locked --target wasm32-unknown-unknown
45
+
46
test_musl:
47
name: Test (stable, alpine-latest)
48
container: rust:alpine
0 commit comments