Skip to content

Commit 6c78ec1

Browse files
committed
Try installing sdl2 in macos test
1 parent 1742497 commit 6c78ec1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ 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
17+
uses: BrettDong/setup-sdl2-frameworks@main
18+
with:
19+
sdl2: latest
1620
- uses: hecrj/setup-rust-action@v1
1721
with:
1822
rust-version: ${{ matrix.rust }}

0 commit comments

Comments
 (0)