diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 0105268..3cb860f 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -5,7 +5,7 @@ jobs: Build: runs-on: ubuntu-latest steps: - - run: apt install -y python3 + - run: apt install -y python - run: pip install screenplain - run: pip install 'screenplain[PDF]' - uses: actions/cache@v4