Skip to content

Commit

Permalink
sigh
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Jan 17, 2024
1 parent 19cd4b5 commit c614f7b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,9 @@ jobs:
# no secrets are present in the container state or logs.
install: |
apt-get update -q -y
apt-get install -q -y make git expect libgmp10 libreadline8 zlib1g
# 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
# Do the thing
run: |
Expand Down Expand Up @@ -214,4 +216,5 @@ jobs:
./autogen.sh
./configure --with-gmp=/usr/local --without-readline
gmake -j2 V=1
gmake citests
gmake check
#gmake citests

0 comments on commit c614f7b

Please sign in to comment.