We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f41f8d0 commit 4eeae17Copy full SHA for 4eeae17
1 file changed
.github/workflows/ci.yml
@@ -86,6 +86,8 @@ jobs:
86
brotli:x64-windows `
87
sqlite3:x64-windows `
88
libmysql:x64-windows `
89
+ sdl2:x64-windows `
90
+ sdl2-image:x64-windows `
91
gtest:x64-windows
92
93
"VCPKG_ROOT=$env:GITHUB_WORKSPACE/vcpkg" | Out-File -FilePath $env:GITHUB_ENV -Append
@@ -118,6 +120,9 @@ jobs:
118
120
libfmt-dev \
119
121
libspdlog-dev \
122
libmysqlcppconn-dev \
123
+ libsdl2-dev \
124
+ libsdl2-image-dev \
125
+ libgl1-mesa-dev \
126
libgtest-dev
127
128
- name: Install macOS dependencies
@@ -141,6 +146,8 @@ jobs:
141
146
spdlog \
142
147
fmt \
143
148
mysql-client \
149
+ sdl2 \
150
+ sdl2_image \
144
151
googletest
145
152
153
- name: Clean workspace
0 commit comments