mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
Fix Linux apt install: separate optional libstormlib-dev to prevent abort
This commit is contained in:
parent
5b3b6df544
commit
f2c7e5826e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue