Skip to content

Commit

Permalink
ci: use cross docker image that supports openssl for musl arch
Browse files Browse the repository at this point in the history
  • Loading branch information
metaclips authored and etorreborre committed Apr 12, 2024
1 parent 2c660af commit e4b64bd
Show file tree
Hide file tree
Showing 39 changed files with 959 additions and 506 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build_binaries/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ runs:
set -x
use_cross_build=${{ inputs.use_cross_build }}
if [[ $use_cross_build == true ]]; then
cargo install --version 0.2.4 cross
cargo install --version 0.2.5 cross
else
sudo apt-get update
sudo apt-get install -y --no-install-recommends xz-utils liblz4-tool musl-tools libwebkit2gtk-4.1-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev patchelf
Expand Down
Loading

0 comments on commit e4b64bd

Please sign in to comment.