From d80a849a4ed0b06f936b7e4f8494c32800396991 Mon Sep 17 00:00:00 2001 From: Mike Nolan Date: Fri, 19 Apr 2024 22:07:50 -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 89d7cb7..02834b6 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 + - run: apt install -y python3 python3-pip3 - run: pip3 install screenplain - run: pip3 install 'screenplain[PDF]' - uses: actions/cache@v4