diff --git a/.gitea/workflows/main.yaml b/.gitea/workflows/main.yaml index cd4ec59..bab966a 100644 --- a/.gitea/workflows/main.yaml +++ b/.gitea/workflows/main.yaml @@ -5,13 +5,14 @@ jobs: runs-on: ubuntu-latest name: weblog.lol steps: + - name: Install Act dependencies - name: Install Act dependencies if: ${{ env.ACT }} run: | - apt update && apt install software-properties-common apt-transport-https ca-certificates lsb-release -y - - name: Install dependencies - run: | - apt update && apt install php + apt update && apt install software-properties-common apt-transport-https ca-certificates lsb-release -y + - name: Install dependencies + run: | + apt update && apt install php -y - uses: actions/checkout@v3 with: fetch-depth: 2