mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 06:51:54 +00:00
Fix FreeBSD CI
This commit is contained in:
parent
5271779a03
commit
7e325c6f4b
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@ task:
|
|||
freebsd_instance:
|
||||
matrix:
|
||||
image_family: freebsd-11-4
|
||||
image_family: freebsd-12-1
|
||||
image_family: freebsd-12-2
|
||||
image_family: freebsd-13-0
|
||||
|
||||
install_script: pwd && ls -la && pkg update --force && pkg install -y cmake glib alsa-lib ladspa portaudio pulseaudio pkgconf sdl2
|
||||
|
||||
|
|
Loading…
Reference in a new issue