Run installs as sudo

This commit is contained in:
Mitchell Krog 2021-06-21 11:22:57 +02:00
parent 76b318d609
commit 81655f9245
No known key found for this signature in database
GPG key ID: E02E9D10427B6A43

View file

@ -24,10 +24,10 @@ jobs:
- name: Install Nginx Stable
run: |
add-apt-repository -y ppa:nginx/stable
apt-get update
apt-get install -y --assume-yes nginx-extras
apt-get -y install dos2unix
sudo add-apt-repository -y ppa:nginx/stable
sudo apt-get update
sudo apt-get install -y --assume-yes nginx-extras
sudo apt-get -y install dos2unix
- name: Run build