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 ad01750 commit 0c2cd44Copy full SHA for 0c2cd44
.github/workflows/hipo-ubuntu-510.yml
@@ -204,7 +204,7 @@ jobs:
204
ls
205
echo "----- ls installs/lib"
206
ls ${{runner.workspace}}/installs/lib
207
- LD_LIBRARY_PATH=${{runner.workspace}}/installs/lib ./bin/main
+ LD_LIBRARY_PATH=${{runner.workspace}}/build/lib ./bin/main
208
209
hipo_install_and_cmake:
210
runs-on: ${{ matrix.os }}
0 commit comments