[fontations/ci] Try to fix

This commit is contained in:
Behdad Esfahbod 2025-03-07 21:15:08 -07:00
parent bd66336d45
commit 5c01d8298c
2 changed files with 1 additions and 1 deletions

View file

@ -24,6 +24,7 @@ jobs:
- uses: dtolnay/rust-toolchain@nightly
- name: Install Dependencies
run: |
rustup component add rust-src --toolchain nightly-x86_64-unknown-linux-gnu
sudo apt-get update
sudo apt-get install \
gcc \

View file

@ -25,7 +25,6 @@ endif
opt_level = get_option('optimization')
rust_flags += ' -C opt-level=' + opt_level
cargo_args += ['-Z', 'build-std=std,panic_abort',
'-Z', 'build-std-features=panic_immediate_abort']