Skip to content

Commit

Permalink
ci: disable ergo-lib no-default-feature-build
Browse files Browse the repository at this point in the history
ergo-lib can't be built as a cdylib without an allocator, so disable builds and do check instead
  • Loading branch information
SethDusek committed Nov 27, 2024
1 parent e89e42b commit 468c9a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
with:
command: build
args: --no-default-features --manifest-path ergotree-ir/Cargo.toml
- name: Build ergo-lib
- name: Check ergo-lib
uses: actions-rs/cargo@v1
with:
command: build
command: check
args: --no-default-features --manifest-path ergo-lib/Cargo.toml

test:
Expand Down

0 comments on commit 468c9a7

Please sign in to comment.