diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ce062b3..da78563 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,6 +11,7 @@ jobs: uses: actions/checkout@v2 - name: Run custom script run: | - apt-get update && apt-get -y install libxml2-utils + sudo apt-get update + sudo apt-get install -y libxml2-utils chmod +x run.sh ./run.sh