Fix
Gitea actions / Build (push) Failing after 1m50s
Details
Gitea actions / Build (push) Failing after 1m50s
Details
This commit is contained in:
parent
f97c46615b
commit
dd707e3057
|
@ -5,7 +5,9 @@ jobs:
|
||||||
Build:
|
Build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
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
|
||||||
- run: pip3 install 'screenplain[PDF]'
|
- run: pip3 install 'screenplain[PDF]'
|
||||||
- uses: actions/cache@v4
|
- uses: actions/cache@v4
|
||||||
|
|
Loading…
Reference in New Issue