Skip to content

Commit ae3228e

Browse files
committed
Fix CI dependencies
1 parent 25148d6 commit ae3228e

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
@@ -152,10 +152,10 @@ jobs:
152152
command: composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress
153153
- name: Install Linux Dependencies
154154
if: runner.os == 'Linux'
155-
run: sudo apt-get install -y libsdl2-image-2.0-0
155+
run: sudo apt-get install -y libsdl2-ttf-2.0-0
156156
- name: Install MacOS Dependencies
157157
if: runner.os == 'macOS'
158-
run: brew install sdl2_image
158+
run: brew install sdl2_ttf
159159

160160
# Execution
161161
- name: Execute Tests

0 commit comments

Comments
 (0)