Skip to content

Commit

Permalink
workflows: Try openal-soft fallback on freebsd
Browse files Browse the repository at this point in the history
  • Loading branch information
res2k committed Nov 4, 2024
1 parent a99b919 commit 21c0a27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ env:
MESON_ARGS_FREEBSD: >-
-Dwrap_mode=nofallback
--force-fallback-for=fmt,jsoncpp
--force-fallback-for=fmt,jsoncpp,openal-soft
jobs:
mingw:
Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:
version: '14.1'
run: |
sudo pkg update
sudo pkg install -y git meson pkgconf openal-soft \
sudo pkg install -y git meson pkgconf \
sdl2 curl png jpeg-turbo libx11 libdecor evdev-proto wayland-protocols
meson setup ${{ env.MESON_ARGS }} ${{ env.MESON_ARGS_FREEBSD }} builddir
meson configure builddir
Expand Down

0 comments on commit 21c0a27

Please sign in to comment.