Fix
Gitea actions / Build (push) Failing after 15s
Details
Gitea actions / Build (push) Failing after 15s
Details
This commit is contained in:
parent
e60c9ce085
commit
4c29c939b0
|
@ -5,13 +5,13 @@ jobs:
|
||||||
Build:
|
Build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/cache@v4
|
|
||||||
with:
|
|
||||||
path: prime-numbers
|
|
||||||
key: ${{ runner.os }}-primes
|
|
||||||
- run: apt install -y python3 python3-pip
|
- run: apt install -y python3 python3-pip
|
||||||
- run: pip install screenplain
|
- run: pip install screenplain
|
||||||
- run: pip install 'screenplain[PDF]'
|
- run: pip install 'screenplain[PDF]'
|
||||||
|
- uses: actions/cache@v4
|
||||||
|
with:
|
||||||
|
path: screenplain
|
||||||
|
key: ${{ runner.os }}-screenplain
|
||||||
- run: actions/checkout@v4
|
- run: actions/checkout@v4
|
||||||
- run: mkdir ScreenPlay
|
- run: mkdir ScreenPlay
|
||||||
- run: screenplain holyloop.fountain ScreenPlay/holyloop.pdf
|
- run: screenplain holyloop.fountain ScreenPlay/holyloop.pdf
|
||||||
|
|
Loading…
Reference in New Issue