Skip to content

Commit

Permalink
Update linux-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rphlo authored Jun 1, 2024
1 parent 7480f86 commit d829e63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/linux-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
shell: bash
run: |
cargo clean
cargo build --release
rustup component add rust-std-x86_64-unknown-linux-musl
cargo build --target x86_64-unknown-linux-musl --release
- run: cp target/release/rusty-pullauta .

Expand Down

0 comments on commit d829e63

Please sign in to comment.