From 8fd15db02eb75c8a274b881d22bb606f39071522 Mon Sep 17 00:00:00 2001 From: Paul Baksic Date: Thu, 18 Dec 2025 15:19:20 +0100 Subject: [PATCH] Add spdlog for ubuntu and macos --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 3502682..b93a8ab 100644 --- a/action.yml +++ b/action.yml @@ -218,11 +218,11 @@ runs: sudo apt-get update sudo apt-get -qq install ccache ninja-build sudo apt-get -qq install freeglut3-dev libopengl0 - sudo apt-get -qq install libpng-dev libjpeg-dev libtiff-dev libglew-dev zlib1g-dev + sudo apt-get -qq install libpng-dev libjpeg-dev libtiff-dev libglew-dev zlib1g-dev libspdlog-dev elif [[ "$RUNNER_OS" == "macOS" ]]; then brew update && brew upgrade brew install ccache ninja - brew install glew + brew install glew spdlog elif [[ "$RUNNER_OS" == "Windows" ]]; then cmd //c 'choco install -y --no-progress nsis curl ninja' fi