Skip to content

Commit

Permalink
build(windows): Downgrade to mingw 11.2.0 (#2757)
Browse files Browse the repository at this point in the history
This change significantly slows down the Windows build, but it's the only way I've found to fix the failures we're seeing.
  • Loading branch information
kyleconroy committed Sep 21, 2023
1 parent ac32049 commit 1aa479f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
# wasmtime can't be built with 12.2
- run: choco install mingw --version 11.2.0.07112021 --allow-downgrade
- uses: actions/setup-go@v4
with:
go-version: '1.21.1'
Expand Down

0 comments on commit 1aa479f

Please sign in to comment.