Skip to content

Commit

Permalink
Remove opt feature from cargo build (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
psheth9 authored Feb 28, 2024
1 parent c7140f0 commit 1ed22a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
cd target/package
tar xvfz soroban-rpc-$VERSION.crate
cd soroban-rpc-$VERSION
cargo build --target-dir=../.. --features opt --release --target ${{ matrix.target }}
cargo build --target-dir=../.. --release --target ${{ matrix.target }}
- name: Compress
run: |
cd target/${{ matrix.target }}/release
Expand Down

0 comments on commit 1ed22a2

Please sign in to comment.