Skip to content

Commit 0e78638

Browse files
committed
Fixed CI failing because compiler isn't specified
1 parent f76855f commit 0e78638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
8080
- name: Test TGUIConfig.cmake
8181
run: |
82-
cmake -GNinja -DTGUI_DIR="$GITHUB_WORKSPACE/TGUI-build-gcc/install/lib/cmake/TGUI/" -S tests/cmake -B tests/cmake/build
82+
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
8383
cmake --build tests/cmake/build --config Debug
8484
test -e tests/cmake/build/TguiTest
8585

0 commit comments

Comments
 (0)