We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5febcf6 commit 67f4fbcCopy full SHA for 67f4fbc
.github/workflows/build.yml
@@ -26,7 +26,7 @@ jobs:
26
name: Linux
27
release-suffix: LIN64
28
cmake-args: -D32BLIT_PATH=$GITHUB_WORKSPACE/32blit
29
- apt-packages: libsdl2-dev libsdl2-image-dev python3-setuptools
+ apt-packages: libsdl2-dev libsdl2-image-dev libsdl2-net-dev python3-setuptools
30
31
- os: ubuntu-20.04
32
name: STM32
@@ -38,7 +38,7 @@ jobs:
38
name: macOS
39
release-suffix: MACOS
40
41
- brew-packages: sdl2 sdl2_image
+ brew-packages: sdl2 sdl2_image sdl2_net
42
43
- os: windows-latest
44
name: Visual Studio
0 commit comments