We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11ec59d commit dedd99eCopy full SHA for dedd99e
.github/workflows/build_on_demand.yml
@@ -42,6 +42,9 @@ jobs:
42
- name: Compile ObEngine
43
working-directory: ./obengine
44
run: cd build; cmake -DBUILD_TESTS=ON -DBUILD_TOOLKIT=ON -DCMAKE_BUILD_TYPE=Release ..; make -j8
45
+ env:
46
+ CC: gcc-10
47
+ CXX: g++-10
48
- name: Run tests
49
50
run: LD_LIBRARY_PATH="$LD_LIBRARY_PATH;/usr/local/lib" ./build/tests/ObEngineTests
0 commit comments