Fix
Gitea actions / Build (push) Has been cancelled Details

This commit is contained in:
Mike Nolan 2024-04-19 22:03:34 -05:00
parent 1a17bec2a0
commit e60c9ce085
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/cache@v4
with:
path: prime-numbers
key: ${{ runner.os }}-primes
- run: apt install -y python3 python3-pip
- run: pip install screenplain
- run: pip install 'screenplain[PDF]'