Skip to content

Commit

Permalink
Reconfigure environment for GNU toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
riverar authored May 3, 2024
1 parent 87a2a42 commit db3e595
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/actions/fix-environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,9 @@ runs:
run: |
switch -Wildcard ("${{ matrix.target }}")
{
"i686-pc-windows-gnu"
"*-pc-windows-gnu"
{
"C:\msys64\mingw32\bin" >> $env:GITHUB_PATH
}
"x86_64-pc-windows-gnu"
{
"C:\msys64\mingw64\bin" >> $env:GITHUB_PATH
"C:\msys64\mingw64\bin;C:\msys64\mingw32\bin" >> $env:GITHUB_PATH
}
"i686*"
{
Expand All @@ -53,4 +49,4 @@ runs:
"INCLUDE=C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\winrt;C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\cppwinrt" `
>> $env:GITHUB_ENV
}
}
}

0 comments on commit db3e595

Please sign in to comment.