Skip to content

Commit 9912c9c

Browse files
committed
Install mingw-w64 tools
1 parent 345acb6 commit 9912c9c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939
- name: Install cargo-zigbuild
4040
run: cargo install cargo-zigbuild
4141

42+
- name: Install mingw-w64 tools (dlltool)
43+
run: sudo apt-get update && sudo apt-get install -y mingw-w64
44+
4245
- name: Release build Linux-x86-64
4346
run: |
4447
rustup target add x86_64-unknown-linux-musl

0 commit comments

Comments
 (0)