Skip to content

Commit

Permalink
Tentative to fix windows build by adding mingw
Browse files Browse the repository at this point in the history
  • Loading branch information
rgiot authored Oct 7, 2023
1 parent 9c79d55 commit 0ec1a8b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,15 @@ jobs:

runs-on: windows-latest
steps:
- name: Set up MinGW
uses: egor-tensin/setup-mingw@v2
with:
platform: x64
- uses: actions/checkout@v3
- run: git submodule update --init --recursive
- uses: houseabsolute/actions-rust-cross@v0
with:
target: x86_64-pc-windows-gnu
command: test
toolchain: nightly-x86_64-pc-windows-gnu
args: --release
args: --release

0 comments on commit 0ec1a8b

Please sign in to comment.