Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dobefore committed May 3, 2023
1 parent cee4c33 commit 571b44a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,9 @@ jobs:

- name: Build
run: |
sudo apt install musl-tools
export PATH="$HOME/x86_64-linux-musl-cross/bin:$PATH"
cargo build --target x86_64-unknown-linux-musl --release --features tls
cargo build --target x86_64-unknown-linux-musl --release
- name: Strip binaries (ankisyncd)
run: $HOME/x86_64-linux-musl-cross/bin/x86_64-linux-musl-strip target/x86_64-unknown-linux-musl/release/ankisyncd

Expand Down

0 comments on commit 571b44a

Please sign in to comment.