mirror of
https://github.com/osmarks/ngircd.git
synced 2025-01-07 14:20:29 +00:00
CI: Looks like "cache-apt-pkgs-action" needs exact package names
And list only one package per line; way easier to read and maintain :-)
This commit is contained in:
parent
2984dad8b4
commit
7dcf9f1ad3
13
.github/workflows/ci.yml
vendored
13
.github/workflows/ci.yml
vendored
@ -37,7 +37,18 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: awalsh128/cache-apt-pkgs-action@v1
|
- uses: awalsh128/cache-apt-pkgs-action@v1
|
||||||
with:
|
with:
|
||||||
packages: autoconf automake build-essential expect libident-dev libpam-dev libssl-dev libwrap0-dev libz-dev pkg-config telnet
|
packages: >
|
||||||
|
autoconf
|
||||||
|
automake
|
||||||
|
build-essential
|
||||||
|
expect
|
||||||
|
libident-dev
|
||||||
|
libpam0g-dev
|
||||||
|
libssl-dev
|
||||||
|
libwrap0-dev
|
||||||
|
pkg-config
|
||||||
|
telnet
|
||||||
|
zlib1g-dev
|
||||||
version: 1.0
|
version: 1.0
|
||||||
- name: Generate build system files
|
- name: Generate build system files
|
||||||
run: ./autogen.sh
|
run: ./autogen.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user