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