From 90d778c05902ce7c1e0db74c8a913de4e5fc566a Mon Sep 17 00:00:00 2001
From: Nicolas Patry <patry.nicolas@protonmail.com>
Date: Wed, 9 Aug 2023 23:02:11 +0200
Subject: ?

---
 .github/workflows/ci_cuda.yaml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

(limited to '.github')

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
-- 
cgit v1.2.3