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 - name: Install build tools
run: | run: |
apt-get update sudo apt-get update
apt-get install -y \ sudo apt-get install -y \
autoconf \ autoconf \
automake \ automake \
autotools-dev \ autotools-dev \