Skip to content

Commit

Permalink
hopefully final change
Browse files Browse the repository at this point in the history
  • Loading branch information
jstuczyn committed Oct 15, 2024
1 parent 4c7864f commit 5082abd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: build
args: --bin nym-api --release --features=memory-prof
args: --bin nym-api --release --features=memory-prof,console-subscriber
if: github.event_name == 'workflow_dispatch' && inputs.enable_jemalloc == true

- name: Maybe build nym-api WITHOUT jemalloc
uses: actions-rs/cargo@v1
with:
command: build
args: --bin nym-api --release
args: --bin nym-api --release --features=console-subscriber
if: github.event_name == 'workflow_dispatch' && inputs.enable_jemalloc == false

- name: Upload Artifact
Expand Down

0 comments on commit 5082abd

Please sign in to comment.