Skip to content

Commit

Permalink
moar
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Jan 17, 2024
1 parent 66595e5 commit 05587fe
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
set -x
uname -a
arch
ls -l
ls -al
pwd
env
./autogen.sh
Expand Down Expand Up @@ -160,14 +160,14 @@ jobs:
# no secrets are present in the container state or logs.
install: |
apt-get update -q -y
apt-get install -q -y git expect libgmp libreadline zlib1g
apt-get install -q -y git expect libgmp10 libreadline8 zlib1g
# Do the thing
run: |
set -x
uname -a
arch
ls -l
ls -al
pwd
env
make citests
Expand Down Expand Up @@ -201,10 +201,10 @@ jobs:
set -x
uname -a
arch
ls -l
ls -al
pwd
env
./autogen.sh
./configure
make -j2 V=1
make citests
gmake -j2 V=1
gmake citests

0 comments on commit 05587fe

Please sign in to comment.