diff options
| author | Alexander Barton <alex@barton.de> | 2024-01-21 01:48:15 +0100 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2024-01-21 01:51:46 +0100 |
| commit | c349f2a6baea745cd99be8835fd93696aed89d84 (patch) | |
| tree | fcdfd2f0e939f3275fdd3b5111757bd8a2150321 /.github | |
| parent | 7dcf9f1ad34e347595353113cc544f46811ed7e3 (diff) | |
| download | ngircd-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.yml | 22 |
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 |