Skip to content

Commit d6e29aa

Browse files
committed
install mingw
1 parent 876d766 commit d6e29aa

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/publish.yaml

+9
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,10 @@ jobs:
150150
rustup target add x86_64-pc-windows-gnu --toolchain nightly-2023-10-05
151151
rustup component add rust-src --toolchain nightly-2023-10-05-x86_64-unknown-linux-gnu
152152
153+
- name: mingw-w64
154+
run: |
155+
sudo apt update && sudo apt install -y mingw-w64
156+
153157
- name: Build
154158
run: |
155159
cd core
@@ -182,6 +186,11 @@ jobs:
182186
run: |
183187
rustup toolchain install nightly-2023-10-05
184188
rustup target add i686-pc-windows-gnu --toolchain nightly-2023-10-05
189+
rustup component add rust-src --toolchain nightly-2023-10-05-x86_64-unknown-linux-gnu
190+
191+
- name: mingw-w64
192+
run: |
193+
sudo apt update && sudo apt install -y mingw-w64
185194
186195
- name: Build
187196
run: |

0 commit comments

Comments
 (0)