;ci:binaries-linux-x64: fix missing gmp lib ?

This got removed, maybe it's to blame.
This commit is contained in:
Simon Michael 2025-06-01 11:35:14 -10:00
parent 39726bfe8d
commit 48ef186091

View File

@ -21,7 +21,7 @@ jobs:
- name: Install general tools with system package manager
run: |
apk 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 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)