Skip to content

Commit

Permalink
fix: typo in binaries.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rntrp authored Nov 16, 2023
1 parent a469431 commit 39b3390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4
- name: Downgrade mingw to 11.2.0 on Windows
# fix for GCC on Windows, see https://github.com/actions/runner-images/issues/8266
if: ${{ matrix.os != 'windows-latest' }}
if: ${{ matrix.os == 'windows-latest' }}
run: choco install mingw --version 11.2.0 --allow-downgrade
- name: Setup Go
uses: actions/setup-go@v4
Expand Down

0 comments on commit 39b3390

Please sign in to comment.