use package script

This commit is contained in:
Live session user 2025-06-08 12:25:34 -07:00
parent 4b1bf38a76
commit 97bc6d41ed
2 changed files with 3 additions and 4 deletions

View file

@ -3,10 +3,10 @@
# shellcheck shell=sh disable=SC2096
# RPCS3 often needs recent Qt and Vulkan-Headers
#sed -i '' 's/quarterly/latest/' /etc/pkg/FreeBSD.conf
sed -i '' 's/quarterly/latest/' /etc/pkg/FreeBSD.conf
export ASSUME_ALWAYS_YES=true
#pkg info # debug
pkg info # debug
# WITH_LLVM
pkg install "llvm$LLVM_COMPILER_VER"

View file

@ -344,5 +344,4 @@ jobs:
with:
envs: 'QT_VER_MAIN LLVM_COMPILER_VER'
usesh: true
prepare: .ci/install-freebsd.sh
run: .ci/build-freebsd.sh
run: .ci/install-freebsd.sh && .ci/build-freebsd.sh