Skip to content

Commit

Permalink
build(release): add paseo feature
Browse files Browse the repository at this point in the history
  • Loading branch information
evilrobot-01 committed Apr 15, 2024
1 parent 570f016 commit 6d55afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: rustup target add ${{ matrix.platform.target }}

- name: Build node
run: cargo build --profile=production -p pop-node --target ${{ matrix.platform.target }}
run: cargo build --profile=production -p pop-node --target ${{ matrix.platform.target }} --features paseo

- name: Package binary (Linux)
if: contains(matrix.platform.target, 'linux')
Expand Down

0 comments on commit 6d55afc

Please sign in to comment.