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

GitHub "ngIRCd CI" Action: Use sudo(8) when installing packages

This commit is contained in:
Alexander Barton 2022-12-29 16:01:52 +01:00 committed by GitHub
parent b49bc98b83
commit 1b186cf5a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install packages
run: apt-get install autoconf automake build-essential expect libident-dev libpam-dev libssl-dev libwrap0-dev libz-dev pkg-config telnet
run: sudo apt-get install autoconf automake build-essential expect libident-dev libpam-dev libssl-dev libwrap0-dev libz-dev pkg-config telnet
- name: Generate build system files
run: ./autogen.sh
- name: Configure the build system