From 9efe29e4e2f8aae40f4011f9c25c9d6aca48ca14 Mon Sep 17 00:00:00 2001 From: Tabitha Date: Mon, 16 Dec 2024 11:50:46 -0500 Subject: [PATCH] try to fix sdl2 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8b8cead869..9f16d8a141 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: build_flatpak: runs-on: ubuntu-latest container: - image: bilelmoussaoui/flatpak-github-actions:gnome-44 + image: bilelmoussaoui/flatpak-github-actions:gnome-nightly options: --privileged steps: - uses: actions/checkout@v2