build: add autoconf-archive

This commit is contained in:
Matthew LeVan 2023-11-20 10:57:47 -05:00
parent da40dcda44
commit 9a82fde3fc
2 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,7 @@ jobs:
run: |
# install apt packages
sudo apt-get install -y \
autoconf-archive \
libcrypto++-dev \
openssl \
cmake \

View File

@ -17,6 +17,7 @@ pkgs.mkShell {
gdb
urcrypt
pkg-config
autoconf-archive
llvmPackages.clang
];
}