We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac32049 commit 1aa479fCopy full SHA for 1aa479f
1 file changed
.github/workflows/ci.yml
@@ -10,6 +10,8 @@ jobs:
10
runs-on: windows-latest
11
steps:
12
- 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
15
- uses: actions/setup-go@v4
16
with:
17
go-version: '1.21.1'
0 commit comments