Skip to content

Commit 468d4a4

Browse files
committed
ci: Install SDL2
1 parent 579dd14 commit 468d4a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v3
1111

1212
- name: Install dependencies
13-
run: sudo apt-get update && sudo apt-get install libmruby-dev
13+
run: sudo apt-get update && sudo apt-get install libmruby-dev libsdl2-dev
1414

1515
- name: Configure CMake
1616
run: cmake -S . -B build

0 commit comments

Comments
 (0)