From 80e832867503356e86fed15295ef0afa9d5e64e1 Mon Sep 17 00:00:00 2001 From: zepp Date: Sat, 8 Mar 2025 21:23:37 -0500 Subject: [PATCH] edit main.yaml --- .gitea/workflows/main.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/main.yaml b/.gitea/workflows/main.yaml index c481c62..d7ff837 100644 --- a/.gitea/workflows/main.yaml +++ b/.gitea/workflows/main.yaml @@ -7,10 +7,10 @@ jobs: steps: - name: Install Act dependencies if: ${{ env.ACT }} - run: | + run | apt update && apt install software-properties-common apt-transport-https ca-certificates lsb-release -y - - name: Install dependencies - run: | + - name: Install dependencies + run: | apt update && apt install php - uses: actions/checkout@v3 with: