Skip to content

Commit 0c2cd44

Browse files
committed
test install
1 parent ad01750 commit 0c2cd44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hipo-ubuntu-510.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ jobs:
204204
ls
205205
echo "----- ls installs/lib"
206206
ls ${{runner.workspace}}/installs/lib
207-
LD_LIBRARY_PATH=${{runner.workspace}}/installs/lib ./bin/main
207+
LD_LIBRARY_PATH=${{runner.workspace}}/build/lib ./bin/main
208208
209209
hipo_install_and_cmake:
210210
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)