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