Skip to content

Commit 4eeae17

Browse files
committed
ci: install full Vix SDK system dependencies
1 parent f41f8d0 commit 4eeae17

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ jobs:
8686
brotli:x64-windows `
8787
sqlite3:x64-windows `
8888
libmysql:x64-windows `
89+
sdl2:x64-windows `
90+
sdl2-image:x64-windows `
8991
gtest:x64-windows
9092
9193
"VCPKG_ROOT=$env:GITHUB_WORKSPACE/vcpkg" | Out-File -FilePath $env:GITHUB_ENV -Append
@@ -118,6 +120,9 @@ jobs:
118120
libfmt-dev \
119121
libspdlog-dev \
120122
libmysqlcppconn-dev \
123+
libsdl2-dev \
124+
libsdl2-image-dev \
125+
libgl1-mesa-dev \
121126
libgtest-dev
122127
123128
- name: Install macOS dependencies
@@ -141,6 +146,8 @@ jobs:
141146
spdlog \
142147
fmt \
143148
mysql-client \
149+
sdl2 \
150+
sdl2_image \
144151
googletest
145152
146153
- name: Clean workspace

0 commit comments

Comments
 (0)