diff --git a/.github/workflows/ci_cuda.yaml b/.github/workflows/ci_cuda.yaml index 1f71ae1e..500dfb66 100644 --- a/.github/workflows/ci_cuda.yaml +++ b/.github/workflows/ci_cuda.yaml @@ -57,11 +57,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - name: Install Rust Stable - uses: actions-rs/toolchain@v1 - with: - toolchain: stable - components: rustfmt, clippy - override: true + run: curl https://sh.rustup.rs -sSf | sh -s -- -y - uses: Swatinem/rust-cache@v2 - name: Setup tmate session uses: mxschmitt/action-tmate@v3