Skip to content

Commit

Permalink
Add sdl2_net
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Jan 13, 2021
1 parent 9dfc67a commit 102776f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
name: Linux
release-suffix: LIN64
cmake-args: -D32BLIT_PATH=$GITHUB_WORKSPACE/32blit
apt-packages: libsdl2-dev libsdl2-image-dev python3-setuptools
apt-packages: libsdl2-dev libsdl2-image-dev libsdl2-net-dev python3-setuptools

- os: ubuntu-20.04
name: STM32
Expand All @@ -38,7 +38,7 @@ jobs:
name: macOS
release-suffix: MACOS
cmake-args: -D32BLIT_PATH=$GITHUB_WORKSPACE/32blit
brew-packages: sdl2 sdl2_image
brew-packages: sdl2 sdl2_image sdl2_net

- os: windows-latest
name: Visual Studio
Expand Down

0 comments on commit 102776f

Please sign in to comment.