Skip to content

Commit

Permalink
Update check.yml - try fixing Windows pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
pwiecz committed Oct 29, 2023
1 parent 286abae commit 3901fac
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,16 @@ jobs:

steps:
- uses: actions/checkout@v3


- name: Downgrate MinGW
if: matrix.os == 'windows-latest'
run: choco install mingw --version 11.2.0.07112021 --allow-downgrade

- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18

- name: Download deps
run: |
if [ "$RUNNER_OS" == "Linux" ]; then
Expand Down

0 comments on commit 3901fac

Please sign in to comment.