Skip to content

Commit 1479712

Browse files
committed
Remove mingw-w64-x86_64-toolchain
1 parent 437614a commit 1479712

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/build-on-msys2.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ jobs:
2828
mingw-w64-x86_64-cmake
2929
mingw-w64-x86_64-make
3030
31-
- run: C:\msys64\usr\bin\bash --login -c "pacman -S --noconfirm mingw-w64-x86_64-toolchain"
32-
shell: cmd
33-
3431
- run: C:\msys64\usr\bin\bash --login -c "pacman -S --noconfirm p7zip"
3532
shell: cmd
3633

tests/googletest.build.cmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,6 @@ for /f "usebackq delims=" %%a in (`where cl.exe`) do (
8484
goto :EOF
8585

8686
:find_gcc_compilers
87-
set C_COMPILER=C:/msys64/mingw64/bin/gcc.exe
88-
set CXX_COMPILER=C:/msys64/mingw64/bin/g++.exe
87+
set C_COMPILER=gcc.exe
88+
set CXX_COMPILER=g++.exe
8989
goto :EOF

0 commit comments

Comments
 (0)