Skip to content

Tentative to fix windows build by adding mingw #9

Tentative to fix windows build by adding mingw

Tentative to fix windows build by adding mingw #9

Workflow file for this run

name: Windows build
on:
push:
branches: [ main ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build-windows:
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