Skip to content

Commit 4365dd4

Browse files
spdlog for examples
1 parent 89e376c commit 4365dd4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/builds.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
cmake ninja-build pkg-config \
4242
protobuf-compiler libprotobuf-dev \
4343
libssl-dev \
44+
libspdlog-dev \
4445
curl
4546
4647
- name: Install deps (macOS)
@@ -50,13 +51,15 @@ jobs:
5051
set -eux
5152
brew update
5253
brew install cmake ninja protobuf
54+
brew install spdlog
5355
5456
- name: Install deps (Windows)
5557
if: runner.os == 'Windows'
5658
shell: pwsh
5759
run: |
5860
choco install -y cmake --installargs 'ADD_CMAKE_TO_PATH=System'
5961
choco install -y ninja
62+
choco install -y spdlog
6063
6164
- name: Setup MSVC (Windows)
6265
if: runner.os == 'Windows'

0 commit comments

Comments
 (0)