Skip to content

Commit

Permalink
CI: Ensure the build of SDL specific syscalls
Browse files Browse the repository at this point in the history
  • Loading branch information
jserv committed Aug 26, 2023
1 parent a3f0d88 commit 033048e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 033048e

Please # to comment.