From e6ce47f9e0518c7cc5ce675522adfbb72b45c5c3 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Wed, 9 Aug 2023 19:00:25 +0200 Subject: [PATCH] ? --- .github/workflows/{build.yaml => ci_cuda.yaml} | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) rename .github/workflows/{build.yaml => ci_cuda.yaml} (92%) diff --git a/.github/workflows/build.yaml b/.github/workflows/ci_cuda.yaml similarity index 92% rename from .github/workflows/build.yaml rename to .github/workflows/ci_cuda.yaml index 62a1a833..74437115 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/ci_cuda.yaml @@ -56,13 +56,13 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v3 - - name: Install Rust Stable - uses: actions-rs/toolchain@v1 - with: - toolchain: stable - components: rustfmt, clippy - override: true - - uses: Swatinem/rust-cache@v2 + # - name: Install Rust Stable + # uses: actions-rs/toolchain@v1 + # with: + # toolchain: stable + # components: rustfmt, clippy + # override: true + # - uses: Swatinem/rust-cache@v2 - name: Test (cuda) run: cargo test --features cuda stop-runner: