Skip to content

Commit e4fde3b

Browse files
committed
add autoconf
1 parent 6179ddd commit e4fde3b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/conan.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ jobs:
101101
apt-get update
102102
apt-get -y dist-upgrade
103103
DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install \
104+
autoconf \
104105
build-essential \
105106
ca-certificates \
106107
curl \
@@ -167,6 +168,7 @@ jobs:
167168
apt-get update
168169
apt-get -y dist-upgrade
169170
DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install \
171+
autoconf \
170172
build-essential \
171173
ca-certificates \
172174
cmake \

0 commit comments

Comments
 (0)