Skip to content

Commit 6aa369b

Browse files
committed
fix: install MinGW
1 parent a43d2bd commit 6aa369b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ jobs:
5656
rustc --version --verbose
5757
rustup show
5858
59+
- name: Install MinGW
60+
run: |
61+
choco install mingw --no-progress --yes
62+
echo "C:\tools\mingw64\bin" >> $GITHUB_PATH
63+
5964
- name: Build for ${{ matrix.target }}
6065
run: cargo build --release --target=${{ matrix.target }}
6166

0 commit comments

Comments
 (0)