Skip to content

Commit 1aa479f

Browse files
authored
build(windows): Downgrade to mingw 11.2.0 (#2757)
This change significantly slows down the Windows build, but it's the only way I've found to fix the failures we're seeing.
1 parent ac32049 commit 1aa479f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
runs-on: windows-latest
1111
steps:
1212
- uses: actions/checkout@v4
13+
# wasmtime can't be built with 12.2
14+
- run: choco install mingw --version 11.2.0.07112021 --allow-downgrade
1315
- uses: actions/setup-go@v4
1416
with:
1517
go-version: '1.21.1'

0 commit comments

Comments
 (0)