Fix
Gitea actions / Build (push) Failing after 10s
Details
Gitea actions / Build (push) Failing after 10s
Details
This commit is contained in:
parent
33253321d4
commit
e86fa308aa
|
@ -5,9 +5,9 @@ jobs:
|
||||||
Build:
|
Build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: apt install -y python
|
- run: apt install -y python3
|
||||||
- run: pip install screenplain
|
- run: pip3 install screenplain
|
||||||
- run: pip install 'screenplain[PDF]'
|
- run: pip3 install 'screenplain[PDF]'
|
||||||
- uses: actions/cache@v4
|
- uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: screenplain
|
path: screenplain
|
||||||
|
|
Loading…
Reference in New Issue