From fe6c88713d07646f12ae8b60220e275070927cc6 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Wed, 16 Aug 2023 17:17:18 +0200 Subject: Fix waiting upgrade for SSL ? --- .github/workflows/ci_cuda.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') 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: -- cgit v1.2.3