mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-06 14:05:05 +00:00
[fontations/ci] Try to fix
This commit is contained in:
parent
bd66336d45
commit
5c01d8298c
2 changed files with 1 additions and 1 deletions
1
.github/workflows/fontations.yml
vendored
1
.github/workflows/fontations.yml
vendored
|
@ -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 \
|
||||
|
|
|
@ -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']
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue