]> arthur.barton.de Git - ngircd-alex.git/commitdiff
CI: Fix YAML, there shouldn't have been tabs in the file!
authorAlexander Barton <alex@barton.de>
Sun, 21 Jan 2024 00:48:15 +0000 (01:48 +0100)
committerAlexander Barton <alex@barton.de>
Sun, 21 Jan 2024 00:51:46 +0000 (01:51 +0100)
.github/workflows/ci.yml

index 7fa5fb3817e7c77338b23ad18ca06e0b612a6100..5aba70ef35cc872ee0ca7e105ff87eebb19a2d44 100644 (file)
@@ -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