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

This commit is contained in:
Mike Nolan 2024-04-19 22:07:50 -05:00
parent e86fa308aa
commit d80a849a4e
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 - run: apt install -y python3 python3-pip3
- run: pip3 install screenplain - run: pip3 install screenplain
- run: pip3 install 'screenplain[PDF]' - run: pip3 install 'screenplain[PDF]'
- uses: actions/cache@v4 - uses: actions/cache@v4