From f97c46615bf1371f78379ec6bcf16dc36aee999e Mon Sep 17 00:00:00 2001 From: Mike Nolan Date: Fri, 19 Apr 2024 22:11:40 -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 57c6d66..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 python3-pip + - run: apt install -y python3 python3-pip3 - run: pip3 install screenplain - run: pip3 install 'screenplain[PDF]' - uses: actions/cache@v4