Skip to content

Commit 2bb9453

Browse files
committed
Install libtool
1 parent 062ac85 commit 2bb9453

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,10 @@ jobs:
117117
distro: ${{ matrix.distro }}
118118
install: |
119119
apt-get update -q -y
120-
apt-get install -q -y python3 python3-pip build-essential gcc binutils automake autoconf
120+
apt-get install -q -y python3 python3-pip gcc binutils automake autoconf libtool
121121
run: |
122122
python3 -m pip install -U setuptools pip wheel tox
123-
tox -e py3
123+
tox
124124
125125
# Test if the python-isal conda package can be build. Which is linked
126126
# dynamically to the conda isa-l package.

0 commit comments

Comments
 (0)