From 5584df64861688b4505846b902f1605bb504e9c5 Mon Sep 17 00:00:00 2001 From: Simon Pribylski Date: Mon, 27 May 2024 22:50:56 +0200 Subject: [PATCH] Update .gitea/workflows/ubuntu.yaml --- .gitea/workflows/ubuntu.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ubuntu.yaml b/.gitea/workflows/ubuntu.yaml index d02e242..6f3da35 100644 --- a/.gitea/workflows/ubuntu.yaml +++ b/.gitea/workflows/ubuntu.yaml @@ -10,7 +10,7 @@ jobs: - name: Install opengl run: | apt update - apt install libgl-dev -y + apt install libsdl2-dev - name: Check out repository code uses: actions/checkout@v3 @@ -20,7 +20,7 @@ jobs: with: xmake-version: latest actions-cache-folder: '.xmake-cache' - actions-cache-key: 'ubuntu-xmake' + actions-cache-key: 'xmake-ubuntu' - name: Cache uses: actions/cache@v4