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

This commit is contained in:
Mike Nolan 2024-04-19 22:07:16 -05:00
parent 33253321d4
commit e86fa308aa
1 changed files with 3 additions and 3 deletions

View File

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