Skip to content

Commit

Permalink
try with explicit compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
rm5248 committed Nov 18, 2023
1 parent 60b112d commit ba8e922
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/log4cxx-windows-gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ jobs:
id: runvcpkg
shell: pwsh
run: |
gcc --version
cd vcpkg
./bootstrap-vcpkg.bat
./vcpkg install apr apr-util fmt --triplet=x64-mingw-dynamic
Expand All @@ -75,7 +74,7 @@ jobs:
cd main
mkdir build
cd build
cmake -DLOG4CXX_TEST_PROGRAM_PATH=C:\msys64\usr\bin -DLOG4CXX_CHAR=wchar_t -DLOG4CXX_ENABLE_ODBC=on "-DCMAKE_TOOLCHAIN_FILE=$THISDIR/vcpkg/scripts/buildsystems/vcpkg.cmake" ..
cmake -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DLOG4CXX_TEST_PROGRAM_PATH=C:\msys64\usr\bin -DLOG4CXX_CHAR=wchar_t -DLOG4CXX_ENABLE_ODBC=on "-DCMAKE_TOOLCHAIN_FILE=$THISDIR/vcpkg/scripts/buildsystems/vcpkg.cmake" ..
cmake --build .
- name: run unit tests
Expand Down

0 comments on commit ba8e922

Please sign in to comment.