Skip to content

Commit

Permalink
Window CI: Downgrade mingw to 10.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenkumar committed Jul 1, 2022
1 parent 50bf396 commit 452b081
Showing 1 changed file with 2 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 @@ -19,6 +19,8 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v2
- name: Downgrade mingw to 10.2.0
run: choco install mingw --version 10.2.0 --allow-downgrade
- name: Set up Go
uses: actions/setup-go@v2
with:
Expand Down

0 comments on commit 452b081

Please sign in to comment.