diff --git a/.gitea/workflows/main.yaml b/.gitea/workflows/main.yaml index 16080e5..966be87 100644 --- a/.gitea/workflows/main.yaml +++ b/.gitea/workflows/main.yaml @@ -8,11 +8,11 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 2 - - name: Install Act dependencies + - name: Install PHP 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 + - name: Install PHP and php-curl run: | apt-get update && apt-get install php php-curl -y - id: weblog_import