We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f76855f commit 0e78638Copy full SHA for 0e78638
.github/workflows/ci.yml
@@ -79,7 +79,7 @@ jobs:
79
80
- name: Test TGUIConfig.cmake
81
run: |
82
- cmake -GNinja -DTGUI_DIR="$GITHUB_WORKSPACE/TGUI-build-gcc/install/lib/cmake/TGUI/" -S tests/cmake -B tests/cmake/build
+ cmake -GNinja -DCMAKE_CXX_COMPILER=g++-$GCC_VERSION -DTGUI_DIR="$GITHUB_WORKSPACE/TGUI-build-gcc/install/lib/cmake/TGUI/" -S tests/cmake -B tests/cmake/build
83
cmake --build tests/cmake/build --config Debug
84
test -e tests/cmake/build/TguiTest
85
0 commit comments