File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -150,6 +150,10 @@ jobs:
150
150
rustup target add x86_64-pc-windows-gnu --toolchain nightly-2023-10-05
151
151
rustup component add rust-src --toolchain nightly-2023-10-05-x86_64-unknown-linux-gnu
152
152
153
+ - name : mingw-w64
154
+ run : |
155
+ sudo apt update && sudo apt install -y mingw-w64
156
+
153
157
- name : Build
154
158
run : |
155
159
cd core
@@ -182,6 +186,11 @@ jobs:
182
186
run : |
183
187
rustup toolchain install nightly-2023-10-05
184
188
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
185
194
186
195
- name : Build
187
196
run : |
You can’t perform that action at this time.
0 commit comments