Skip to content

Commit 6290ebe

Browse files
spdlog and sdl3 for examples
1 parent 89e376c commit 6290ebe

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/builds.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ jobs:
4040
sudo apt-get install -y \
4141
cmake ninja-build pkg-config \
4242
protobuf-compiler libprotobuf-dev \
43+
libsdl3-dev \
4344
libssl-dev \
45+
libspdlog-dev \
4446
curl
4547
4648
- name: Install deps (macOS)
@@ -50,13 +52,16 @@ jobs:
5052
set -eux
5153
brew update
5254
brew install cmake ninja protobuf
55+
brew install spdlog
5356
5457
- name: Install deps (Windows)
5558
if: runner.os == 'Windows'
5659
shell: pwsh
5760
run: |
5861
choco install -y cmake --installargs 'ADD_CMAKE_TO_PATH=System'
5962
choco install -y ninja
63+
choco install -y spdlog
64+
choco install -y sdl3
6065
6166
- name: Setup MSVC (Windows)
6267
if: runner.os == 'Windows'

0 commit comments

Comments
 (0)