From 331d95573dd6ccda39ca3a7df09f2f13c3bb819c Mon Sep 17 00:00:00 2001 From: Persson-dev Date: Sat, 24 Feb 2024 18:56:39 +0100 Subject: [PATCH] all good --- .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 77d9721..89544a6 100644 --- a/.gitea/workflows/linux.yaml +++ b/.gitea/workflows/linux.yaml @@ -13,7 +13,7 @@ jobs: - name: Install opengl run: | apt update - apt install libgl1-mesa-dev -y + apt install libgl-dev -y - name: Cache uses: actions/cache@v4