summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorbriaguya <70942617+briaguya-ai@users.noreply.github.com>2024-04-30 18:50:06 -0400
committerGitHub <noreply@github.com>2024-04-30 18:50:06 -0400
commitc70e6d280a139f7e3f6e6e9fdcc8d17c96c1d6d4 (patch)
tree037205b84528215c9dd86b57c9b26be075ef1253 /.github
parent4ecb76b117ae135ea1487dc3cfd2a6898c8c2490 (diff)
spdlog from package managers (#4088)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/apt-deps.txt2
-rw-r--r--.github/workflows/test-builds-on-distros.yml1
2 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/apt-deps.txt b/.github/workflows/apt-deps.txt
index 62eba0386..c06068ab4 100644
--- a/.github/workflows/apt-deps.txt
+++ b/.github/workflows/apt-deps.txt
@@ -1 +1 @@
-libusb-dev libusb-1.0-0-dev libsdl2-dev libsdl2-net-dev libpng-dev libglew-dev libzip-dev zipcmp zipmerge ziptool nlohmann-json3-dev libtinyxml2-dev ninja-build
+libusb-dev libusb-1.0-0-dev libsdl2-dev libsdl2-net-dev libpng-dev libglew-dev libzip-dev zipcmp zipmerge ziptool nlohmann-json3-dev libtinyxml2-dev libspdlog-dev ninja-build
diff --git a/.github/workflows/test-builds-on-distros.yml b/.github/workflows/test-builds-on-distros.yml
index 683e07b24..36bbc67a9 100644
--- a/.github/workflows/test-builds-on-distros.yml
+++ b/.github/workflows/test-builds-on-distros.yml
@@ -1,6 +1,7 @@
# todo:
# nlohmann
# tinyxml2
+# spdlog
name: test-builds-on-distros
on: