server: test: fix CUDA LD PATH
This commit is contained in:
parent
5b2ce45d57
commit
6dc3af5432
1 changed files with 1 additions and 0 deletions
1
.github/workflows/server-test.yml
vendored
1
.github/workflows/server-test.yml
vendored
|
@ -121,5 +121,6 @@ jobs:
|
|||
id: server_integration_test
|
||||
continue-on-error: ${{ matrix.experimental || matrix.arch_not_available }}
|
||||
run: |
|
||||
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/lib/x86_64-linux-gnu/:/usr/local/cuda/targets/x86_64-linux/lib/"
|
||||
cd examples/server/tests
|
||||
PORT=8888 ./tests.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue