diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7fa5fb38..5aba70ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,17 +38,17 @@ jobs: - uses: awalsh128/cache-apt-pkgs-action@v1 with: packages: > - autoconf - automake - build-essential - expect - libident-dev - libpam0g-dev - libssl-dev - libwrap0-dev - pkg-config - telnet - zlib1g-dev + 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