Add Linux Mint bindist installations to github actions
This commit is contained in:
parent
448e6b65a1
commit
b29358a3ce
6
.github/workflows/bindists.yaml
vendored
6
.github/workflows/bindists.yaml
vendored
@ -60,6 +60,12 @@ jobs:
|
||||
- image: fedora:latest
|
||||
installCmd: dnf install -y
|
||||
toolRequirements: which gcc g++ gmp gmp-devel make ncurses ncurses-compat-libs xz perl
|
||||
- image: linuxmintd/mint19.3-amd64
|
||||
installCmd: apt-get update && apt-get install -y
|
||||
toolRequirements: build-essential curl libffi-dev libffi6 libgmp-dev libgmp10 libncurses-dev libncurses5 libtinfo5
|
||||
- image: linuxmintd/mint20.2-amd64
|
||||
installCmd: apt-get update && apt-get install -y
|
||||
toolRequirements: build-essential curl libffi-dev libffi7 libgmp-dev libgmp10 libncurses-dev libncurses5 libtinfo5
|
||||
container:
|
||||
image: ${{ matrix.image }}
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user