Skip to content

Commit 772486d

Browse files
committed
try my repo
1 parent c0b9fc6 commit 772486d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
sudo apt-get install ${{ matrix.platform.apt-packages }}
4949
- name: Set up SDL
5050
id: sdl
51-
uses: libsdl-org/setup-sdl@main
51+
uses: madebr/setup-sdl@apt-get-no-install-recommends
5252
with:
5353
version: 3-head
5454
version-sdl-image: 3-head
@@ -98,7 +98,7 @@ jobs:
9898
${{ matrix.platform.prepare }}
9999
- uses: actions/checkout@v4
100100
- name: Set up SDL
101-
uses: libsdl-org/setup-sdl@main
101+
uses: madebr/setup-sdl@apt-get-no-install-recommends
102102
with:
103103
version: sdl3-head
104104
version-sdl-image: 3-head

0 commit comments

Comments
 (0)