repo: ngircd
action: commit
revision: 
path_from: 
revision_from: 1b186cf5a046d43cf1219d6fe83a86bc28088655:
path_to: 
revision_to: 
git.thebackupbox.net
ngircd
git clone git://git.thebackupbox.net/ngircd
commit 1b186cf5a046d43cf1219d6fe83a86bc28088655
Author: Alexander Barton 
Date:   Thu Dec 29 16:01:52 2022 +0100

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

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 262a1c9f06131567f34eedee9099ddd3c6226dc2..
index ..a8e3260b8688c95dc1ebfd86494c082e914a766a 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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

-----END OF PAGE-----