mirror of
https://github.com/danbulant/oxc
synced 2026-05-22 05:38:54 +00:00
ci: fix ecosystem-ci build
This commit is contained in:
parent
d63127d009
commit
c767a2ede0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ecosystem.yml
vendored
2
.github/workflows/ecosystem.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue