From 1d74db77741829f2abce0b01d24135947b284c2b Mon Sep 17 00:00:00 2001 From: Boshen Date: Thu, 27 Jun 2024 15:37:59 +0800 Subject: [PATCH] ci: fix oxlint build --- .github/workflows/release_oxlint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_oxlint.yml b/.github/workflows/release_oxlint.yml index 645e78c589410..96a8b4c6ba85a 100644 --- a/.github/workflows/release_oxlint.yml +++ b/.github/workflows/release_oxlint.yml @@ -97,7 +97,7 @@ jobs: # Need to support 16kb-aligned pages for aarch64 systems, # Asahi Linux & Raspberry Pi OS use a 16k page size. # https://github.com/oxc-project/oxc/issues/3783 - case ${{ matrix.job.target }} in + case ${{ matrix.target }} in aarch64-*) export JEMALLOC_SYS_WITH_LG_PAGE=16 ;; esac; cross build --release --target=${{ matrix.target }} --bin oxlint --features allocator