Fix
Gitea actions / Build (push) Failing after 14s
Details
Gitea actions / Build (push) Failing after 14s
Details
This commit is contained in:
parent
0e0bbf432f
commit
f97c46615b
|
@ -5,7 +5,7 @@ jobs:
|
||||||
Build:
|
Build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: apt install -y python3 python3-pip
|
- 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
|
||||||
|
|
Loading…
Reference in New Issue