mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-01 18:19:55 +00:00
Run installs as sudo
This commit is contained in:
parent
76b318d609
commit
81655f9245
1 changed files with 4 additions and 4 deletions
8
.github/workflows/action.yml
vendored
8
.github/workflows/action.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue