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 b4c3bc3 commit 2595703Copy full SHA for 2595703
.github/workflows/build-release.yml
@@ -57,6 +57,10 @@ jobs:
57
- run: sudo apt install musl-tools
58
if: startsWith(matrix.os, 'ubuntu') && matrix.target != 'wasm32-unknown-unknown'
59
60
+ - name: Set exe extension for Windows
61
+ run: echo "RUSTFLAGS=--cfg getrandom_backend=\"wasm_js\"" >> "$GITHUB_ENV"
62
+ if: matrix.target == 'wasm32-unknown-unknown'
63
+
64
- name: cargo build
65
uses: houseabsolute/actions-rust-cross@v0
66
with:
0 commit comments