diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 5a02b06ce..6c68fbcd7 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -27,9 +27,9 @@ jobs: 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 - sudo apt-get -y install dos2unix + sudo apt update + sudo apt install -y --assume-yes nginx-extras + sudo apt -y install dos2unix - name: Run build @@ -39,3 +39,4 @@ jobs: source ~/.bashrc ./dev-tools/generate-files.sh ./dev-tools/install-nginx-1.sh + sudo systemctl status nginx.service