Skip to content

Commit

Permalink
updated build flags
Browse files Browse the repository at this point in the history
  • Loading branch information
brunomiguel committed Sep 8, 2023
1 parent c1cde78 commit 93a9193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion berg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pipeline:
- name: Configure and build
runs: |
mkdir -p "${{targets.destdir}}"/usr/bin
cargo build --all-features
cargo build --all-features --release
install -m755 target/release/berg "${{targets.destdir}}"/usr/bin/
- uses: strip
Expand Down

0 comments on commit 93a9193

Please sign in to comment.