Skip to content

Commit

Permalink
Add back mingw
Browse files Browse the repository at this point in the history
  • Loading branch information
ColdHeat committed May 12, 2023
1 parent 7a082e9 commit 2f50f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
- name: Install Visual C++ for Python
if: runner.os == 'Windows'
run: |
choco install visualstudio2019buildtools -f -y
choco install golang -f -y
choco install mingw -f -y
go get -d
- name: Set up QEMU
Expand Down

0 comments on commit 2f50f28

Please sign in to comment.