From 604dd2dbdeffb28c65468fcd781ff5af098d4dcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Dec 2025 15:04:08 +0000 Subject: [PATCH] Bump vmactions/freebsd-vm from 1.3.1 to 1.3.2 Bumps [vmactions/freebsd-vm](https://github.com/vmactions/freebsd-vm) from 1.3.1 to 1.3.2. - [Release notes](https://github.com/vmactions/freebsd-vm/releases) - [Commits](https://github.com/vmactions/freebsd-vm/compare/v1.3.1...v1.3.2) --- updated-dependencies: - dependency-name: vmactions/freebsd-vm dependency-version: 1.3.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 08515ee15..83ba18534 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -739,12 +739,18 @@ jobs: with: fetch-depth: 0 submodules: recursive + - name: Free disk space + run: | + df -h + sudo rm -rf /usr/share/dotnet /usr/local/lib/android /opt/ghc + sudo apt-get clean + df -h - name: Build FreeBSD id: build-freebsd - uses: vmactions/freebsd-vm@v1.3.1 + uses: vmactions/freebsd-vm@v1.3.2 with: usesh: true - mem: 4096 + mem: 8192 prepare: pkg install -y git cmake pkgconf boost-libs alsa-lib glib qt6-base qt6-tools sqlite gstreamer1 gstreamer1-plugins chromaprint libebur128 taglib libcdio libmtp gdk-pixbuf2 libgpod fftw3 icu kdsingleapplication googletest pulseaudio sparsehash rapidjson run: | set -e