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 90a9bc0 commit bbff4c9Copy full SHA for bbff4c9
.github/workflows/test.yml
@@ -13,7 +13,8 @@ jobs:
13
run: |
14
sudo apt update
15
sudo apt install libudev-dev libasound2-dev libsdl2-dev libsdl2-ttf-dev
16
- - name: Setup SDL2 frameworks
+ - if: matrix.os == 'macOS-latest'
17
+ name: Setup SDL2 frameworks
18
uses: BrettDong/setup-sdl2-frameworks@main
19
with:
20
sdl2: latest
0 commit comments