Skip to content

Commit

Permalink
install mingw
Browse files Browse the repository at this point in the history
  • Loading branch information
tantaman committed Oct 11, 2023
1 parent 5389f66 commit ea88d5f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,10 @@ jobs:
rustup target add x86_64-pc-windows-gnu --toolchain nightly-2023-10-05
rustup component add rust-src --toolchain nightly-2023-10-05-x86_64-unknown-linux-gnu
- name: mingw-w64
run: |
sudo apt update && sudo apt install -y mingw-w64
- name: Build
run: |
cd core
Expand Down Expand Up @@ -182,6 +186,11 @@ jobs:
run: |
rustup toolchain install nightly-2023-10-05
rustup target add i686-pc-windows-gnu --toolchain nightly-2023-10-05
rustup component add rust-src --toolchain nightly-2023-10-05-x86_64-unknown-linux-gnu
- name: mingw-w64
run: |
sudo apt update && sudo apt install -y mingw-w64
- name: Build
run: |
Expand Down

0 comments on commit ea88d5f

Please sign in to comment.