We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 437614a commit 1479712Copy full SHA for 1479712
2 files changed
.github/workflows/build-on-msys2.yml
@@ -28,9 +28,6 @@ jobs:
28
mingw-w64-x86_64-cmake
29
mingw-w64-x86_64-make
30
31
- - run: C:\msys64\usr\bin\bash --login -c "pacman -S --noconfirm mingw-w64-x86_64-toolchain"
32
- shell: cmd
33
-
34
- run: C:\msys64\usr\bin\bash --login -c "pacman -S --noconfirm p7zip"
35
shell: cmd
36
tests/googletest.build.cmd
@@ -84,6 +84,6 @@ for /f "usebackq delims=" %%a in (`where cl.exe`) do (
84
goto :EOF
85
86
:find_gcc_compilers
87
-set C_COMPILER=C:/msys64/mingw64/bin/gcc.exe
88
-set CXX_COMPILER=C:/msys64/mingw64/bin/g++.exe
+set C_COMPILER=gcc.exe
+set CXX_COMPILER=g++.exe
89
0 commit comments