Skip to content

Commit ffb7399

Browse files
authored
Update build_on_demand.yml
1 parent 7ca895a commit ffb7399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_on_demand.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: cd build; cmake -DBUILD_TESTS=ON -DCMAKE_BUILD_TYPE=Release ..; make -j8
4848
- name: Run tests
4949
working-directory: ./obengine
50-
run: ./build/tests/ObEngineTests
50+
run: LD_LIBRARY_PATH="$LD_LIBRARY_PATH;/usr/local/lib" ./build/tests/ObEngineTests
5151
- name: Create package
5252
working-directory: ./obengine
5353
run: cp -r engine/ release/; cp ./build/src/Player/ObEnginePlayer release/

0 commit comments

Comments
 (0)