From d902ee91df3e667b014b242cb5197dbc6f88129a Mon Sep 17 00:00:00 2001 From: zepp Date: Sat, 8 Mar 2025 21:28:41 -0500 Subject: [PATCH] update main.yaml --- .gitea/workflows/main.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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