Skip to content

Commit bbff4c9

Browse files
committed
Attempt to fix test
1 parent 90a9bc0 commit bbff4c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
1313
run: |
1414
sudo apt update
1515
sudo apt install libudev-dev libasound2-dev libsdl2-dev libsdl2-ttf-dev
16-
- name: Setup SDL2 frameworks
16+
- if: matrix.os == 'macOS-latest'
17+
name: Setup SDL2 frameworks
1718
uses: BrettDong/setup-sdl2-frameworks@main
1819
with:
1920
sdl2: latest

0 commit comments

Comments
 (0)