From 033048ec5de2aee21e4776fba9aa19b8db3ee786 Mon Sep 17 00:00:00 2001 From: Jim Huang Date: Sun, 27 Aug 2023 02:38:53 +0800 Subject: [PATCH] CI: Ensure the build of SDL specific syscalls --- .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 47a5da7bc..a384ddd0c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,7 +10,7 @@ jobs: - name: install-dependencies run: | sudo apt-get update - sudo apt-get install libsdl2-dev + sudo apt-get install libsdl2-dev libsdl2-mixer-dev sh .ci/riscv-toolchain-install.sh shell: bash - name: default build