Skip to content

Commit 4f2c21d

Browse files
committed
CI: Ensure the build of SDL specific syscalls
1 parent 9ea6542 commit 4f2c21d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: install-dependencies
1111
run: |
1212
sudo apt-get update
13-
sudo apt-get install libsdl2-dev
13+
sudo apt-get install libsdl2-dev libsdl2-mixer-dev
1414
sh .ci/riscv-toolchain-install.sh
1515
shell: bash
1616
- name: default build

0 commit comments

Comments
 (0)