From 3542b26143653b2424162e30deec58d506d3bc26 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Wed, 9 Aug 2023 23:11:45 +0200 Subject: [PATCH] ssl update. --- .github/workflows/ci_cuda.yaml | 6 ++---- 1 file 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: