This commit is contained in:
parent
1b9e56e2c4
commit
8f017c1cdb
@ -17,10 +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: awalsh128/cache-apt-pkgs-action@latest
|
||||||
uses: egor-tensin/setup-mingw@v2
|
|
||||||
with:
|
with:
|
||||||
platform: x64
|
packages: gcc gcc-mingw-w64-x86-64
|
||||||
|
version: 1.0
|
||||||
- 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
|
||||||
|
Loading…
Reference in New Issue
Block a user