Skip to content

Commit

Permalink
[test][ghci] downgrade mingw to workaround go build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
anjannath committed Sep 26, 2023
1 parent 22d9ec4 commit 24eefba
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/make-check-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
go:
- 1.19
steps:
- name: Downgrade mingw to 11.2.0
run: choco install mingw --version 11.2.0 --allow-downgrade
- name: Check out repository code
uses: actions/checkout@v3
- name: Set up Go
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/windows-chocolatey.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
go:
- 1.19
steps:
- name: Downgrade mingw to 11.2.0
run: choco install mingw --version 11.2.0 --allow-downgrade
- name: Check out repository code
uses: actions/checkout@v3
- name: Set up Go
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/windows-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
go:
- 1.19
steps:
- name: Downgrade mingw to 11.2.0
run: choco install mingw --version 11.2.0 --allow-downgrade
- name: Check out repository code
uses: actions/checkout@v3
- name: Set up Go
Expand Down

0 comments on commit 24eefba

Please sign in to comment.