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 345acb6 commit 9912c9cCopy full SHA for 9912c9c
.github/workflows/release.yml
@@ -39,6 +39,9 @@ jobs:
39
- name: Install cargo-zigbuild
40
run: cargo install cargo-zigbuild
41
42
+ - name: Install mingw-w64 tools (dlltool)
43
+ run: sudo apt-get update && sudo apt-get install -y mingw-w64
44
+
45
- name: Release build Linux-x86-64
46
run: |
47
rustup target add x86_64-unknown-linux-musl
0 commit comments