From 41e84b61ddc8c8dfeb4dfe2eb489372ac2e57e1b Mon Sep 17 00:00:00 2001 From: Mike Nolan Date: Fri, 19 Apr 2024 21:57:59 -0500 Subject: [PATCH] Fix --- .gitea/workflows/build.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index dafd47f..d5bd99e 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -5,7 +5,11 @@ jobs: Build: runs-on: ubuntu-latest steps: - - uses: screenplan:latest + - uses: actions/cache + - run: apt install -y python3 python3-pip + - run: pip install screenplain + - run: pip install 'screenplain[PDF]' + - run: actions/checkout@v3 - run: mkdir ScreenPlay - run: screenplain holyloop.fountain ScreenPlay/holyloop.pdf - uses: actions/upload-artifact@v2