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 \ libswscale-dev \
libavutil-dev \ libavutil-dev \
libunicorn-dev \ libunicorn-dev \
libx11-dev \ libx11-dev
libstormlib-dev || true sudo apt-get install -y libstormlib-dev || true
- name: Configure - name: Configure
run: cmake -S . -B build -DCMAKE_BUILD_TYPE=Release run: cmake -S . -B build -DCMAKE_BUILD_TYPE=Release