From 112f1016ed7b252ef4961c2846b50080268cb969 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Sat, 10 Jun 2023 01:13:53 +0000 Subject: [PATCH] CI: switch FreeBSD back to /latest after llvm16 re-appeared This reverts commit 5e6aa45658ef1482679bfe3cfdbd344c0dfdcd42. --- .ci/install-freebsd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/install-freebsd.sh b/.ci/install-freebsd.sh index 8f0efd306b..2a63e5ddfc 100755 --- a/.ci/install-freebsd.sh +++ b/.ci/install-freebsd.sh @@ -3,7 +3,7 @@ # shellcheck shell=sh disable=SC2096 # RPCS3 often needs recent Qt5 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