;ci:binaries-linux-x64: fix missing gmp lib ?
This got removed, maybe it's to blame.
This commit is contained in:
parent
39726bfe8d
commit
48ef186091
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
|
- name: Install general tools with system package manager
|
||||||
run: |
|
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)
|
# things to be cached/restored (needs tar)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user