mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-04 21:15:06 +00:00
[fontations/ci] Fix
This commit is contained in:
parent
3f6da0a367
commit
080bd09db3
1 changed files with 5 additions and 1 deletions
6
.github/workflows/fontations.yml
vendored
6
.github/workflows/fontations.yml
vendored
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue