Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Feb 12, 2024
1 parent 51c7296 commit 557d5af
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
apt-get update -q -y
# we need build-essential for make and gcc (the latter is used by gac and
# hence by the tests involving mockpkg)
apt-get install -q -y build-essential git expect libgmp10 libreadline8 zlib1g
apt-get install -q -y build-essential git libgmp10 libreadline8 zlib1g
# Do the thing
run: |
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
envs: 'AUTOCONF_VERSION'
usesh: true
prepare: |
pkg_add bash gmake autoconf-2.71 expect gmp
pkg_add bash git gmake autoconf-2.71 gmp
# Do the thing
run: |
Expand All @@ -124,5 +124,6 @@ jobs:
rm -rf extern # ensure we don't build and link against bundled libraries
./autogen.sh
./configure --with-gmp=/usr/local --without-readline
export MAKE=gmake
gmake -j2 V=1
gmake citests

0 comments on commit 557d5af

Please sign in to comment.