From 080bd09db344d7b6ba69e5b92493cde5d735fcfa Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 7 Mar 2025 21:46:56 -0700 Subject: [PATCH] [fontations/ci] Fix --- .github/workflows/fontations.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/fontations.yml b/.github/workflows/fontations.yml index c392d398c..ba8ff9aa3 100644 --- a/.github/workflows/fontations.yml +++ b/.github/workflows/fontations.yml @@ -24,7 +24,11 @@ jobs: - uses: dtolnay/rust-toolchain@nightly - name: Install Dependencies run: | - rustup component add rust-src --toolchain nightly-x86_64-unknown-linux-gnu + rustup component add \ + rust-src \ + rustfmt \ + clippy \ + --toolchain nightly-x86_64-unknown-linux-gnu sudo apt-get update sudo apt-get install \ gcc \