diff options
author | Nicolas Patry <patry.nicolas@protonmail.com> | 2023-08-09 23:02:11 +0200 |
---|---|---|
committer | Nicolas Patry <patry.nicolas@protonmail.com> | 2023-08-09 23:02:11 +0200 |
commit | 90d778c05902ce7c1e0db74c8a913de4e5fc566a (patch) | |
tree | c4217e1160b126fe14402088fc6c039e957c54c6 /.github | |
parent | 171fcbe539ec265865258878e4216de4cce994d3 (diff) | |
download | candle-90d778c05902ce7c1e0db74c8a913de4e5fc566a.tar.gz candle-90d778c05902ce7c1e0db74c8a913de4e5fc566a.tar.bz2 candle-90d778c05902ce7c1e0db74c8a913de4e5fc566a.zip |
?
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci_cuda.yaml | 6 |
1 files changed, 1 insertions, 5 deletions
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 |