Skip to content

Commit 36ef6e9

Browse files
committed
workflow
1 parent 60b9c3f commit 36ef6e9

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
submodules: 'recursive'
1818
- run: |
1919
sudo apt install xorg-dev libopengl-dev libgl1-mesa-dev
20-
sudo apt install libglfw3 libglfw3-dev
20+
sudo apt install libglfw3 libglfw3-dev libsdl2-dev
2121
cd example
2222
make

.github/workflows/windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
mingw-w64-x86_64-gcc
2424
mingw-w64-x86_64-glfw
2525
mingw-w64-x86_64-pkgconf
26+
mingw-w64-x86_64-SDL2
2627
- shell: msys2 {0}
2728
run: |
2829
pwd

0 commit comments

Comments
 (0)