We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60b9c3f commit 36ef6e9Copy full SHA for 36ef6e9
2 files changed
.github/workflows/linux.yml
@@ -17,6 +17,6 @@ jobs:
17
submodules: 'recursive'
18
- run: |
19
sudo apt install xorg-dev libopengl-dev libgl1-mesa-dev
20
- sudo apt install libglfw3 libglfw3-dev
+ sudo apt install libglfw3 libglfw3-dev libsdl2-dev
21
cd example
22
make
.github/workflows/windows.yml
@@ -23,6 +23,7 @@ jobs:
23
mingw-w64-x86_64-gcc
24
mingw-w64-x86_64-glfw
25
mingw-w64-x86_64-pkgconf
26
+ mingw-w64-x86_64-SDL2
27
- shell: msys2 {0}
28
run: |
29
pwd
0 commit comments