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 7ca895a commit ffb7399Copy full SHA for ffb7399
.github/workflows/build_on_demand.yml
@@ -47,7 +47,7 @@ jobs:
47
run: cd build; cmake -DBUILD_TESTS=ON -DCMAKE_BUILD_TYPE=Release ..; make -j8
48
- name: Run tests
49
working-directory: ./obengine
50
- run: ./build/tests/ObEngineTests
+ run: LD_LIBRARY_PATH="$LD_LIBRARY_PATH;/usr/local/lib" ./build/tests/ObEngineTests
51
- name: Create package
52
53
run: cp -r engine/ release/; cp ./build/src/Player/ObEnginePlayer release/
0 commit comments