;ci:binaries-linux-*: add missing gmp-static lib

These got bumped accidentally to alpine:latest, which now has a
separate gmp-static lib it seems.
This commit is contained in:
Simon Michael 2025-06-01 12:02:55 -10:00
parent 48ef186091
commit 10b0f18f0c
2 changed files with 2 additions and 2 deletions

View File

@ -86,7 +86,7 @@ jobs:
- name: Install general tools with system package manager
run: |
apk --no-cache add binutils-gold curl gcc g++ git gmp-dev ncurses-dev ncurses-static libffi-dev make xz tar perl zlib-dev zlib-static
apk --no-cache add binutils-gold curl gcc g++ git gmp-dev gmp-static ncurses-dev ncurses-static libffi-dev make xz tar perl zlib-dev zlib-static
# needed by stack, at least; do it here in case it matters for ghcup too
- name: Fix $HOME for following steps (workaround from https://github.com/actions/runner/issues/863)

View File

@ -21,7 +21,7 @@ jobs:
- name: Install general tools with system package manager
run: |
apk --no-cache add gmp-dev libffi-dev zlib-dev zlib-static ncurses-dev ncurses-static binutils-gold curl gcc g++ git make xz tar perl
apk --no-cache add gmp-dev gmp-static libffi-dev zlib-dev zlib-static ncurses-dev ncurses-static binutils-gold curl gcc g++ git make xz tar perl
# things to be cached/restored (needs tar)