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