We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2c320c commit 396e156Copy full SHA for 396e156
1 file changed
.github/workflows/cmake-single-platform.yml
@@ -36,6 +36,9 @@ jobs:
36
# Build your program with the given configuration
37
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
38
39
+ - name: Configure library path
40
+ run: echo "LD_LIBRARY_PATH=$PWD/build:$LD_LIBRARY_PATH" >> $GITHUB_ENV
41
+
42
- name: Ensure library can be loaded
43
run: sudo ldconfig
44
0 commit comments