From 319ae9abc0c54a53ffa636594daf64b22b3130b1 Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Mon, 21 Jun 2021 13:27:58 +0200 Subject: [PATCH] [GHA] Remove and Purge existing Nginx --- .github/workflows/action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 3fead6c94..5a02b06ce 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -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