Fix
Gitea actions / Build (push) Failing after 11s Details

This commit is contained in:
Mike Nolan 2024-04-19 22:06:14 -05:00
parent 4c29c939b0
commit ca9e389dc0
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ jobs:
Build: Build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- run: apt install -y python3 python3-pip - run: apt install -y python3
- run: pip install screenplain - run: pip install screenplain
- run: pip install 'screenplain[PDF]' - run: pip install 'screenplain[PDF]'
- uses: actions/cache@v4 - uses: actions/cache@v4