CI: Looks like "cache-apt-pkgs-action" needs exact package names

And list only one package per line; way easier to read and maintain :-)
This commit is contained in:
Alexander Barton
2024-01-21 01:37:52 +01:00
parent 2984dad8b4
commit 7dcf9f1ad3
+12 -1
View File
@@ -37,7 +37,18 @@ jobs:
- uses: actions/checkout@v4
- uses: awalsh128/cache-apt-pkgs-action@v1
with:
packages: autoconf automake build-essential expect libident-dev libpam-dev libssl-dev libwrap0-dev libz-dev pkg-config telnet
packages: >
autoconf
automake
build-essential
expect
libident-dev
libpam0g-dev
libssl-dev
libwrap0-dev
pkg-config
telnet
zlib1g-dev
version: 1.0
- name: Generate build system files
run: ./autogen.sh