Skip to content

Commit

Permalink
Try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-PLACET committed Apr 18, 2024
1 parent a065c19 commit ea3a758
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ jobs:
with:
args: install mingw --version 13.1.0 -y

- name: Setup MinGW env
if: matrix.sys.compiler == 'default'
run: |
echo "CC=C:/ProgramData/mingw64/mingw64/bin/gcc.exe" >> $GITHUB_ENV
echo "CXX=C:/ProgramData/mingw64/mingw64/bin/g++.exe" >> $GITHUB_ENV
- name: Checkout code
uses: actions/checkout@v3

Expand Down

0 comments on commit ea3a758

Please sign in to comment.