ci: setup mingw compiler
Some checks failed
build-release / Build (push) Failing after 3m32s

This commit is contained in:
椰子 2024-11-29 03:00:57 +08:00
parent a3fa08ee3d
commit 1b9e56e2c4

View File

@ -17,6 +17,10 @@ jobs:
with: with:
toolchain: stable toolchain: stable
target: x86_64-pc-windows-gnu target: x86_64-pc-windows-gnu
- name: Setup MinGW
uses: egor-tensin/setup-mingw@v2
with:
platform: x64
- name: Build - name: Build
run: cargo build --target=x86_64-pc-windows-gnu --release run: cargo build --target=x86_64-pc-windows-gnu --release
- name: Artifact - name: Artifact