From 8b38ed9dbb1166b96f479665144f5523255b8233 Mon Sep 17 00:00:00 2001 From: Marc Nijdam Date: Sun, 12 Nov 2023 10:23:24 -0700 Subject: [PATCH] Set rust back to 1.72.1 for mipsel (#473) Trying stable one more time after clearing caches --- .github/workflows/ci.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fc12a729..67af3637 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,16 +70,11 @@ jobs: uses: actions/checkout@v3 - name: Setup | Rust - uses: dtolnay/rust-toolchain@stable + uses: dtolnay/rust-toolchain@1.72.1 - name: Setup | Tools uses: davidB/rust-cargo-make@v1 - - name: Setup | Cache - uses: Swatinem/rust-cache@v2 - with: - key: ${{ matrix.target }} - - name: Setup | Cross uses: jaxxstorm/action-install-gh-release@v1.9.0 env: