;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:
parent
48ef186091
commit
10b0f18f0c
@ -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)
|
||||
|
||||
2
.github/workflows/binaries-linux-x64.yml
vendored
2
.github/workflows/binaries-linux-x64.yml
vendored
@ -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)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user