From 7f929967f134590145409bd54e4be48858382c62 Mon Sep 17 00:00:00 2001 From: DavidGOrtega Date: Mon, 27 May 2024 12:24:08 +0200 Subject: [PATCH] Fix GH tests (#43) --- .github/workflows/test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ebc922f..996214e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,6 +3,10 @@ on: pull_request jobs: test: + env: + SDL_VIDEODRIVER: "dummy" + SDL_AUDIODRIVER: "disk" + runs-on: ubuntu-latest steps: