mirror of
https://github.com/osmarks/ngircd.git
synced 2025-04-13 22:33:14 +00:00
CI: Fix YAML, there shouldn't have been tabs in the file!
This commit is contained in:
parent
7dcf9f1ad3
commit
c349f2a6ba
22
.github/workflows/ci.yml
vendored
22
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user