Skip to content

Commit

Permalink
fix(ci): Try to fix MingW build failures.
Browse files Browse the repository at this point in the history
  • Loading branch information
na2axl committed Nov 6, 2024
1 parent c3643a3 commit edc49e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ jobs:
if: startsWith(matrix.config.os, 'windows') && startsWith(matrix.config.key, 'mingw')
run: |
choco upgrade mingw
echo "C:\ProgramData\mingw64\mingw64\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
- name: Install dependencies on Ubuntu
if: startsWith(matrix.config.os, 'ubuntu')
Expand Down

0 comments on commit edc49e0

Please sign in to comment.