summaryrefslogtreecommitdiff
path: root/.github/workflows/ci_cuda.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci_cuda.yaml')
-rw-r--r--.github/workflows/ci_cuda.yaml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/ci_cuda.yaml b/.github/workflows/ci_cuda.yaml
index 925008df..7c6cfa9b 100644
--- a/.github/workflows/ci_cuda.yaml
+++ b/.github/workflows/ci_cuda.yaml
@@ -59,11 +59,9 @@ jobs:
- name: Install Rust Stable
run: curl https://sh.rustup.rs -sSf | sh -s -- -y
- uses: Swatinem/rust-cache@v2
- - name: Setup tmate session
- uses: mxschmitt/action-tmate@v3
+ - run: apt update -y && apt install libssl-dev -y
- name: Test (cuda)
- run: PATH=$PATH:/usr/local/cuda-11.8/bin/ /root/.cargo/bin/cargo test --fe
-atures cuda
+ run: PATH=$PATH:/usr/local/cuda-11.8/bin/ /root/.cargo/bin/cargo test --features cuda
stop-runner:
name: Stop self-hosted EC2 runner
needs: