mirror of
https://github.com/urbit/ares.git
synced 2024-11-23 09:06:23 +03:00
build: add autoconf-archive
This commit is contained in:
parent
da40dcda44
commit
9a82fde3fc
1
.github/workflows/ares-shared.yml
vendored
1
.github/workflows/ares-shared.yml
vendored
@ -28,6 +28,7 @@ jobs:
|
||||
run: |
|
||||
# install apt packages
|
||||
sudo apt-get install -y \
|
||||
autoconf-archive \
|
||||
libcrypto++-dev \
|
||||
openssl \
|
||||
cmake \
|
||||
|
@ -17,6 +17,7 @@ pkgs.mkShell {
|
||||
gdb
|
||||
urcrypt
|
||||
pkg-config
|
||||
autoconf-archive
|
||||
llvmPackages.clang
|
||||
];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user