Fix
Gitea actions / Build (push) Failing after 13s
Details
Gitea actions / Build (push) Failing after 13s
Details
This commit is contained in:
parent
a31d98ccb5
commit
0e0bbf432f
|
@ -6,8 +6,8 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: apt install -y python3 python3-pip
|
- run: apt install -y python3 python3-pip
|
||||||
- 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