summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNicolas Patry <patry.nicolas@protonmail.com>2023-08-09 23:11:45 +0200
committerNicolas Patry <patry.nicolas@protonmail.com>2023-08-09 23:11:45 +0200
commit3542b26143653b2424162e30deec58d506d3bc26 (patch)
tree6a5f657e8d7cd1ef80bcaad90944ff57fbf6d1d4 /.github
parenta690f14a774a5c51fcb5bc8d14dfdbbd820f9493 (diff)
downloadcandle-3542b26143653b2424162e30deec58d506d3bc26.tar.gz
candle-3542b26143653b2424162e30deec58d506d3bc26.tar.bz2
candle-3542b26143653b2424162e30deec58d506d3bc26.zip
ssl update.
Diffstat (limited to '.github')
-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: