about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/clippy.yml2
-rw-r--r--.github/workflows/clippy_bors.yml6
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/clippy.yml b/.github/workflows/clippy.yml
index fb945060980..0d7d2929000 100644
--- a/.github/workflows/clippy.yml
+++ b/.github/workflows/clippy.yml
@@ -93,6 +93,6 @@ jobs:
     # Cleanup
     - name: Run cargo-cache --autoclean
       run: |
-        cargo install cargo-cache --debug
+        cargo +nightly install cargo-cache --debug
         find ~/.cargo/bin ! -type d -exec strip {} \;
         cargo cache --autoclean
diff --git a/.github/workflows/clippy_bors.yml b/.github/workflows/clippy_bors.yml
index a690573180f..0f97e5165e6 100644
--- a/.github/workflows/clippy_bors.yml
+++ b/.github/workflows/clippy_bors.yml
@@ -161,7 +161,7 @@ jobs:
     # Cleanup
     - name: Run cargo-cache --autoclean
       run: |
-        cargo install cargo-cache --debug
+        cargo +nightly install cargo-cache --debug
         /usr/bin/find ~/.cargo/bin ! -type d -exec strip {} \;
         cargo cache --autoclean
       shell: bash
@@ -219,7 +219,7 @@ jobs:
     # Cleanup
     - name: Run cargo-cache --autoclean
       run: |
-        cargo install cargo-cache --debug
+        cargo +nightly install cargo-cache --debug
         find ~/.cargo/bin ! -type d -exec strip {} \;
         cargo cache --autoclean
   integration:
@@ -297,7 +297,7 @@ jobs:
     # Cleanup
     - name: Run cargo-cache --autoclean
       run: |
-        cargo install cargo-cache --debug
+        cargo +nightly install cargo-cache --debug
         find ~/.cargo/bin ! -type d -exec strip {} \;
         cargo cache --autoclean