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:
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 : |
You can’t perform that action at this time.
0 commit comments