[GHA] Remove and Purge existing Nginx

This commit is contained in:
Mitchell Krog 2021-06-21 13:27:58 +02:00
parent 610f1bf461
commit 319ae9abc0
No known key found for this signature in database
GPG key ID: E02E9D10427B6A43

View file

@ -24,6 +24,8 @@ jobs:
- name: Install Nginx Stable
run: |
sudo apt remove nginx
sudo apt purge nginx
sudo add-apt-repository -y ppa:nginx/stable
sudo apt-get update
sudo apt-get install -y --assume-yes nginx-extras