Skip to content

Commit

Permalink
Try fix ubuntu action error
Browse files Browse the repository at this point in the history
  • Loading branch information
GregoireHENRY committed Apr 5, 2024
1 parent 228d06c commit c67a46a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- name: Get SDL2
run: |
if [ "${{ matrix.os }}" == "ubuntu-latest" ]; then
sudo apt update
sudo apt install -y libsdl2-dev
elif [ "${{ matrix.os }}" == "macos-latest" ]; then
brew install SDL2
Expand Down

0 comments on commit c67a46a

Please sign in to comment.