Fix Linux apt install: separate optional libstormlib-dev to prevent abort

This commit is contained in:
Kelsi 2026-02-18 18:20:39 -08:00
parent 5b3b6df544
commit f2c7e5826e

View file

@ -52,8 +52,8 @@ jobs:
libswscale-dev \
libavutil-dev \
libunicorn-dev \
libx11-dev \
libstormlib-dev || true
libx11-dev
sudo apt-get install -y libstormlib-dev || true
- name: Configure
run: cmake -S . -B build -DCMAKE_BUILD_TYPE=Release