Skip to content

Commit dedd99e

Browse files
authored
Update build_on_demand.yml
1 parent 11ec59d commit dedd99e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build_on_demand.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ jobs:
4242
- name: Compile ObEngine
4343
working-directory: ./obengine
4444
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
4548
- name: Run tests
4649
working-directory: ./obengine
4750
run: LD_LIBRARY_PATH="$LD_LIBRARY_PATH;/usr/local/lib" ./build/tests/ObEngineTests

0 commit comments

Comments
 (0)