Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Grégoire Henry committed Dec 14, 2023
1 parent f650f99 commit a74ba6e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion compile/sdl.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#!/bin/bash

if [ ${{ matrix.os }} == "ubuntu-latest" ]; then
echo "matrix: $MATRIX_OS"
echo "matrix: ${{ matrix.os }}"

if [ $MATRIX_OS == "ubuntu-latest" ]; then
sudo apt install -y libsdl2-dev
elif [ ${{ matrix.os }} == "macos-latest" ]; then
brew install SDL2
Expand Down

0 comments on commit a74ba6e

Please sign in to comment.