Add sudo to apt commands

This commit is contained in:
John J. Camilleri
2021-08-12 10:34:38 +02:00
parent cb30e176bd
commit ddfc599db3

View File

@@ -13,8 +13,8 @@ jobs:
- name: Install build tools
run: |
apt-get update
apt-get install -y \
sudo apt-get update
sudo apt-get install -y \
autoconf \
automake \
autotools-dev \