From ca9e389dc0e886c06c9684c14c1f81daf6d5c85c Mon Sep 17 00:00:00 2001 From: Mike Nolan Date: Fri, 19 Apr 2024 22:06:14 -0500 Subject: [PATCH] Fix --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index cccfeae..0105268 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -5,7 +5,7 @@ jobs: Build: runs-on: ubuntu-latest steps: - - run: apt install -y python3 python3-pip + - run: apt install -y python3 - run: pip install screenplain - run: pip install 'screenplain[PDF]' - uses: actions/cache@v4