From c767a2ede08e46a4e944a34fec5dfc0d40813ff7 Mon Sep 17 00:00:00 2001 From: Boshen Date: Tue, 2 Apr 2024 17:47:05 +0800 Subject: [PATCH] ci: fix ecosystem-ci build --- .github/workflows/ecosystem.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ecosystem.yml b/.github/workflows/ecosystem.yml index e9d2943a2..6fdd0a5a2 100644 --- a/.github/workflows/ecosystem.yml +++ b/.github/workflows/ecosystem.yml @@ -36,7 +36,7 @@ jobs: save-cache: ${{ github.ref_name == 'main' }} - name: Build oxlint - run: cargo build --release -p oxc_cli --bin oxlint + run: cargo build --release -p oxc_cli --bin oxlint --features allocator - name: Upload Binary uses: actions/upload-artifact@v4