about summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2024-01-21 01:48:15 +0100
committerAlexander Barton <alex@barton.de>2024-01-21 01:51:46 +0100
commitc349f2a6baea745cd99be8835fd93696aed89d84 (patch)
treefcdfd2f0e939f3275fdd3b5111757bd8a2150321 /.github
parent7dcf9f1ad34e347595353113cc544f46811ed7e3 (diff)
downloadngircd-c349f2a6baea745cd99be8835fd93696aed89d84.tar.gz
ngircd-c349f2a6baea745cd99be8835fd93696aed89d84.zip
CI: Fix YAML, there shouldn't have been tabs in the file!
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml22
1 files 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