Fix
Gitea actions / Build (push) Has been cancelled
Details
Gitea actions / Build (push) Has been cancelled
Details
This commit is contained in:
parent
1a17bec2a0
commit
e60c9ce085
|
@ -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]'
|
||||
|
|
Loading…
Reference in New Issue