Skip to content

Commit 2b1cd63

Browse files
authored
Reconfigure environment for GNU toolchain (#3019)
1 parent 87a2a42 commit 2b1cd63

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/actions/fix-environment/action.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,9 @@ runs:
2020
run: |
2121
switch -Wildcard ("${{ matrix.target }}")
2222
{
23-
"i686-pc-windows-gnu"
23+
"*-pc-windows-gnu"
2424
{
25-
"C:\msys64\mingw32\bin" >> $env:GITHUB_PATH
26-
}
27-
"x86_64-pc-windows-gnu"
28-
{
29-
"C:\msys64\mingw64\bin" >> $env:GITHUB_PATH
25+
"C:\msys64\mingw64\bin;C:\msys64\mingw32\bin" >> $env:GITHUB_PATH
3026
}
3127
"i686*"
3228
{
@@ -53,4 +49,4 @@ runs:
5349
"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" `
5450
>> $env:GITHUB_ENV
5551
}
56-
}
52+
}

0 commit comments

Comments
 (0)