Fix CI cuda.

This commit is contained in:
Nicolas Patry 2023-08-10 08:47:15 +02:00
parent bd2fb6216b
commit 8e7ef96588
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ jobs:
- uses: Swatinem/rust-cache@v2 - uses: Swatinem/rust-cache@v2
- run: apt update -y && apt install libssl-dev -y - run: apt update -y && apt install libssl-dev -y
- name: Test (cuda) - name: Test (cuda)
run: PATH=$PATH:/usr/local/cuda-11.8/bin/ /root/.cargo/bin/cargo test --features cuda --release run: PATH=$PATH:/usr/local/cuda-11.8/bin/ /root/.cargo/bin/cargo test --features cuda
stop-runner: stop-runner:
name: Stop self-hosted EC2 runner name: Stop self-hosted EC2 runner
needs: needs: