From 54ba5d99795c4730cbfcb4c00ca1bbbfb88c9e33 Mon Sep 17 00:00:00 2001 From: Justin Bennett Date: Sat, 11 Oct 2025 11:33:58 -0400 Subject: [PATCH] Force rustup reinstall deps on CI steps --- mise.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/mise.toml b/mise.toml index 181e190..c3586d4 100644 --- a/mise.toml +++ b/mise.toml @@ -21,6 +21,7 @@ run = """ sudo apt-get update sudo apt-get install -y libwebkit2gtk-4.1-dev {% endif %} + rustup component add rustfmt clippy rust-analyzer """ [tasks.sync-versions]