From 97bc6d41ed6357d0868ebdca1d68c351e1726d3d Mon Sep 17 00:00:00 2001 From: Live session user Date: Sun, 8 Jun 2025 12:25:34 -0700 Subject: [PATCH] use package script --- .ci/install-freebsd.sh | 4 ++-- .github/workflows/rpcs3.yml | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.ci/install-freebsd.sh b/.ci/install-freebsd.sh index 724db3e140..de10561dfa 100755 --- a/.ci/install-freebsd.sh +++ b/.ci/install-freebsd.sh @@ -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" diff --git a/.github/workflows/rpcs3.yml b/.github/workflows/rpcs3.yml index 73c6984992..e3fec98c37 100644 --- a/.github/workflows/rpcs3.yml +++ b/.github/workflows/rpcs3.yml @@ -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