mirror of https://github.com/aria2/aria2
update ci deps
parent
eceb2e2a2e
commit
0f991e08ab
|
@ -13,6 +13,24 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- 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
|
- name: autoreconf
|
||||||
run: autoreconf -i
|
run: autoreconf -i
|
||||||
|
|
Loading…
Reference in New Issue