update ci deps

pull/2174/head
04041b 2023-02-04 19:48:24 -08:00 committed by GitHub
parent eceb2e2a2e
commit 0f991e08ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 18 additions and 0 deletions

View File

@ -13,6 +13,24 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: linux deps
run: |
sudo apt-get install \
g++-11 \
clang-12 \
autoconf \
automake \
autotools-dev \
autopoint \
libtool \
pkg-config \
libssl-dev \
libc-ares-dev \
zlib1g-dev \
libsqlite3-dev \
libssh2-1-dev \
libcppunit-dev
- name: autoreconf
run: autoreconf -i