Skip to content

Commit

Permalink
Fix alpine CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Aug 17, 2024
1 parent b9f4689 commit fb0d278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bindists.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ jobs:
- uses: docker://alpine
name: Run build (aarch64 alpine linux)
with:
args: sh -c '.github/workflows/install-bindist.sh'
args: sh -c "apk add curl gcc g++ binutils binutils-gold coreutils bsd-compat-headers gmp-dev ncurses-dev libffi-dev make xz tar perl bash diffutils git gzip gnupg zlib zlib-dev zlib-static bzip2 bzip2-dev bzip2-static gmp gmp-dev openssl-dev openssl-libs-static xz xz-dev ncurses-static && .github/workflows/install-bindist.sh"

bindist-install-freebsd:
name: Install FreeBSD binary
Expand Down

0 comments on commit fb0d278

Please sign in to comment.