From 5c01d8298c74fd1010e2b3279e231d0bd523a09b Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 7 Mar 2025 21:15:08 -0700 Subject: [PATCH] [fontations/ci] Try to fix --- .github/workflows/fontations.yml | 1 + src/fontations/meson.build | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fontations.yml b/.github/workflows/fontations.yml index d6be083c8..c392d398c 100644 --- a/.github/workflows/fontations.yml +++ b/.github/workflows/fontations.yml @@ -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 \ diff --git a/src/fontations/meson.build b/src/fontations/meson.build index 5a478db0f..6d1d6a315 100644 --- a/src/fontations/meson.build +++ b/src/fontations/meson.build @@ -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']