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: