From 6b9987d56192574e40e4ef8b278b75b22e4e146a Mon Sep 17 00:00:00 2001 From: Simon Pribylski Date: Mon, 27 May 2024 22:51:59 +0200 Subject: [PATCH] fix action apt --- .gitea/workflows/ubuntu.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ubuntu.yaml b/.gitea/workflows/ubuntu.yaml index 6f3da35..ea74568 100644 --- a/.gitea/workflows/ubuntu.yaml +++ b/.gitea/workflows/ubuntu.yaml @@ -10,7 +10,7 @@ jobs: - name: Install opengl run: | apt update - apt install libsdl2-dev + apt install -y libsdl2-dev - name: Check out repository code uses: actions/checkout@v3