From 400633bdcc97844aa7bfb163220d7a32e3499926 Mon Sep 17 00:00:00 2001 From: zepp Date: Sat, 8 Mar 2025 21:50:40 -0500 Subject: [PATCH] edit main.yaml --- .gitea/workflows/main.yaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/main.yaml b/.gitea/workflows/main.yaml index b8d9844..f5cf914 100644 --- a/.gitea/workflows/main.yaml +++ b/.gitea/workflows/main.yaml @@ -8,9 +8,13 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 2 - - uses: nanasess/setup-php@v4 - with: - php-version: '8.1' + - name: Install Act dependencies + if: ${{ env.ACT }} + run: | + apt-get update && apt-get install software-properties-common apt-transport-https ca-certificates lsb-release -y + - name: Install dependencies + run: | + apt-get update && apt-get install php -y - id: weblog_import uses: neatnik/weblog.lol@v1 env: