Skip to content

Commit

Permalink
Update CI workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
skullernet committed Oct 30, 2023
1 parent dc43382 commit a9fe0d1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ env:
-Dwerror=true
MESON_ARGS_WIN: >-
-Davcodec=disabled
-Dlibpng:werror=false
-Dsdl2=disabled
-Dvorbis:werror=false
Expand Down Expand Up @@ -96,7 +97,9 @@ jobs:
libpng-dev libjpeg-dev zlib1g-dev mesa-common-dev \
libcurl4-gnutls-dev libx11-dev libxi-dev \
libwayland-dev wayland-protocols libdecor-0-dev \
libogg-dev libvorbis-dev
libogg-dev libvorbis-dev \
libavcodec-dev libavformat-dev libavutil-dev \
libswresample-dev libswscale-dev
- name: Build
run: |
Expand Down

0 comments on commit a9fe0d1

Please sign in to comment.