From a9f299e907daca66c4fc4dfe196854efe781f54d Mon Sep 17 00:00:00 2001 From: Mark Date: Sun, 4 May 2025 10:50:39 -0700 Subject: [PATCH] rust --- .gitea/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index f48727e..e4edb7c 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -28,7 +28,8 @@ jobs: run: | sudo apt update DEBIAN_FRONTEND=noninteractive \ - sudo apt install --yes rustup + sudo apt install --yes rustup \ + rustup default 1.86.0 - name: Run clippy run: cargo clippy --all-targets --all-features @@ -43,7 +44,8 @@ jobs: run: | sudo apt update DEBIAN_FRONTEND=noninteractive \ - sudo apt install --yes rustup + sudo apt install --yes rustup \ + rustup default 1.86.0 - name: Build run: cargo build --release