Fix
Gitea actions / Build (push) Failing after 1m50s Details

This commit is contained in:
Mike Nolan 2024-04-19 22:13:28 -05:00
parent f97c46615b
commit dd707e3057
1 changed files with 3 additions and 1 deletions

View File

@ -5,7 +5,9 @@ jobs:
Build:
runs-on: ubuntu-latest
steps:
- run: apt install -y python3 python3-pip3
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- run: pip3 install screenplain
- run: pip3 install 'screenplain[PDF]'
- uses: actions/cache@v4