From 0678526d7da6cbe6993b9de6031469a47201d80f Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sat, 29 Oct 2022 18:53:23 +0200 Subject: [PATCH] CI: Build on FreeBSD with Qt 6 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7abdf3582..43c7d21dd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -484,11 +484,11 @@ jobs: fetch-depth: 0 - name: Build FreeBSD id: build-freebsd - uses: vmactions/freebsd-vm@v0.2.5 + uses: vmactions/freebsd-vm@v0.2.9 with: usesh: true mem: 4096 - prepare: pkg install -y git cmake pkgconf gettext-tools boost-libs glib gnutls qt5-core qt5-concurrent qt5-network qt5-sql qt5-dbus qt5-gui qt5-widgets qt5-buildtools qt5-linguisttools qt5-qmake qt5-sqldrivers-sqlite3 qt5-testlib sqlite gstreamer1 gstreamer1-plugins chromaprint protobuf protobuf-c taglib libcdio libmtp gdk-pixbuf2 libgpod fftw3 googletest iconv icu + prepare: pkg install -y git cmake pkgconf gettext-tools boost-libs glib gnutls qt6-base qt6-tools sqlite gstreamer1 gstreamer1-plugins chromaprint protobuf protobuf-c taglib libcdio libmtp gdk-pixbuf2 libgpod fftw3 googletest iconv icu run: | git config --global --add safe.directory ${GITHUB_WORKSPACE} cmake -E make_directory build