forked from GitHub/gf-core
Add sudo to apt commands
This commit is contained in:
4
.github/workflows/build-majestic.yml
vendored
4
.github/workflows/build-majestic.yml
vendored
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user