From 911fe7cc102c1ccbd869806f2d1b721ffa97b3c0 Mon Sep 17 00:00:00 2001 From: Persson-dev Date: Sat, 24 Feb 2024 18:00:53 +0100 Subject: [PATCH] pyth --- .gitea/workflows/linux.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/linux.yaml b/.gitea/workflows/linux.yaml index 8a6dbb0..fa92591 100644 --- a/.gitea/workflows/linux.yaml +++ b/.gitea/workflows/linux.yaml @@ -15,7 +15,7 @@ jobs: - name: Install opengl run: | apt update - apt install libgl1-mesa-dev -y + apt install libgl1-mesa-dev python3.11-full -y - name: Cache uses: actions/cache@v4