[fontations/ci] Fix

This commit is contained in:
Behdad Esfahbod 2025-03-07 21:46:56 -07:00
parent 3f6da0a367
commit 080bd09db3

View file

@ -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 \