]> arthur.barton.de Git - ngircd.git/blobdiff - .github/workflows/ci.yml
CI: Looks like "cache-apt-pkgs-action" needs exact package names
[ngircd.git] / .github / workflows / ci.yml
index 3d24ea191ae6a35606969c95d8896be8b4f8dbb0..7fa5fb3817e7c77338b23ad18ca06e0b612a6100 100644 (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