From 33253321d4f4671151b5c0297ae9d292da7480ef Mon Sep 17 00:00:00 2001 From: Mike Nolan Date: Fri, 19 Apr 2024 22:06:44 -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 0105268..3cb860f 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 python - run: pip install screenplain - run: pip install 'screenplain[PDF]' - uses: actions/cache@v4