diff options
author | Nicolas Patry <patry.nicolas@protonmail.com> | 2023-08-16 17:17:18 +0200 |
---|---|---|
committer | Nicolas Patry <patry.nicolas@protonmail.com> | 2023-08-28 15:15:27 +0200 |
commit | fe6c88713d07646f12ae8b60220e275070927cc6 (patch) | |
tree | 24d885089d2e465fb9c353ab8ce48835594285b9 /.github | |
parent | 6f3f9285e62b2fdd5355a17a3e6153cfda6ed9e6 (diff) | |
download | candle-fe6c88713d07646f12ae8b60220e275070927cc6.tar.gz candle-fe6c88713d07646f12ae8b60220e275070927cc6.tar.bz2 candle-fe6c88713d07646f12ae8b60220e275070927cc6.zip |
Fix waiting upgrade for SSL ?
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci_cuda.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci_cuda.yaml b/.github/workflows/ci_cuda.yaml index 7c6cfa9b..8953c444 100644 --- a/.github/workflows/ci_cuda.yaml +++ b/.github/workflows/ci_cuda.yaml @@ -59,7 +59,7 @@ jobs: - name: Install Rust Stable run: curl https://sh.rustup.rs -sSf | sh -s -- -y - uses: Swatinem/rust-cache@v2 - - run: apt update -y && apt install libssl-dev -y + - run: apt-get update -y && apt-get install libssl-dev -y - name: Test (cuda) run: PATH=$PATH:/usr/local/cuda-11.8/bin/ /root/.cargo/bin/cargo test --features cuda stop-runner: |