From 1a841907ac64682d7dc97db5ac1c76a57befbafd Mon Sep 17 00:00:00 2001 From: Samuel Moelius Date: Tue, 25 Feb 2025 11:19:19 +0000 Subject: [PATCH] Run `rustup update` in CI --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 72611f9..7e7ab01 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,6 +71,7 @@ jobs: - name: Install tools run: | + rustup update rustup install nightly rustup +nightly component add clippy cargo install cargo-dylint dylint-link || true