From c349f2a6baea745cd99be8835fd93696aed89d84 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Sun, 21 Jan 2024 01:48:15 +0100 Subject: [PATCH] CI: Fix YAML, there shouldn't have been tabs in the file! --- .github/workflows/ci.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) 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 -- 2.39.2