From 61c70f77b894eb7df679952c46f7944ed61ca12c Mon Sep 17 00:00:00 2001 From: Shengwen Cheng Date: Sun, 16 Jun 2024 15:51:55 +0800 Subject: [PATCH] Disable SDL on GitHub Actions --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 627525b..97bd5cd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: sudo apt-get install build-essential device-tree-compiler sudo apt-get install expect - name: default build - run: make + run: make ENABLE_SDL=0 shell: bash - name: automated test run: .ci/autorun.sh