diff options
author | Nicolas Patry <patry.nicolas@protonmail.com> | 2023-08-09 19:00:25 +0200 |
---|---|---|
committer | Nicolas Patry <patry.nicolas@protonmail.com> | 2023-08-09 19:00:25 +0200 |
commit | e6ce47f9e0518c7cc5ce675522adfbb72b45c5c3 (patch) | |
tree | 0b8b93234962b0ec8454742ccb32ba046cea219c /.github | |
parent | 749c8c7f514c572b76e80f42a4d9122c80491537 (diff) | |
download | candle-e6ce47f9e0518c7cc5ce675522adfbb72b45c5c3.tar.gz candle-e6ce47f9e0518c7cc5ce675522adfbb72b45c5c3.tar.bz2 candle-e6ce47f9e0518c7cc5ce675522adfbb72b45c5c3.zip |
?
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci_cuda.yaml (renamed from .github/workflows/build.yaml) | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/.github/workflows/build.yaml b/.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: |