1
0
mirror of https://github.com/osmarks/ngircd.git synced 2024-10-27 20:36:18 +00:00

CI: Fix YAML, there shouldn't have been tabs in the file!

This commit is contained in:
Alexander Barton 2024-01-21 01:48:15 +01:00
parent 7dcf9f1ad3
commit c349f2a6ba

View 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