summaryrefslogtreecommitdiff
path: root/.github/workflows/linux_build.yml
diff options
context:
space:
mode:
authorbriaguya <70942617+briaguya0@users.noreply.github.com>2026-07-22 20:59:03 -0400
committerGitHub <noreply@github.com>2026-07-22 20:59:03 -0400
commitcd33252589a61d044138f449041a87adee2a8291 (patch)
treeba10b70a3af3fc97d4dd90865cf7ea27ac68954e /.github/workflows/linux_build.yml
parent205bd3e8be07df1544d7938ae8f5827f5d90b77f (diff)
fix ci (#232)
Diffstat (limited to '.github/workflows/linux_build.yml')
-rw-r--r--.github/workflows/linux_build.yml6
1 files changed, 3 insertions, 3 deletions
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