From cd33252589a61d044138f449041a87adee2a8291 Mon Sep 17 00:00:00 2001 From: briaguya <70942617+briaguya0@users.noreply.github.com> Date: Wed, 22 Jul 2026 20:59:03 -0400 Subject: fix ci (#232) --- .github/workflows/linux_build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github/workflows/linux_build.yml') diff --git a/.github/workflows/linux_build.yml b/.github/workflows/linux_build.yml index f5f35c7..ecb1624 100644 --- a/.github/workflows/linux_build.yml +++ b/.github/workflows/linux_build.yml @@ -25,10 +25,10 @@ jobs: run: | sudo apt-get update # Base build tools plus the libultraship/Fast3D deps the interactive - # viewer (BUILD_UI) needs: SDL2, OpenGL, libzip and nlohmann-json. - # (tinyxml2 and spdlog are vendored via FetchContent.) + # viewer (BUILD_UI) needs: SDL2, OpenGL, libzip, nlohmann-json and spdlog. + # (tinyxml2 is vendored via FetchContent.) sudo apt-get install -y cmake ninja-build libbz2-dev \ - libsdl2-dev libgl1-mesa-dev libopengl-dev libzip-dev nlohmann-json3-dev + libsdl2-dev libgl1-mesa-dev libopengl-dev libzip-dev zipcmp zipmerge ziptool libspdlog-dev nlohmann-json3-dev - name: Build run: | # Enable the viewer in CI (BUILD_UI is off by default); both Linux -- cgit v1.2.3