mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-05 14:31:24 +12:00
use package script
This commit is contained in:
parent
4b1bf38a76
commit
97bc6d41ed
2 changed files with 3 additions and 4 deletions
|
@ -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"
|
||||
|
|
3
.github/workflows/rpcs3.yml
vendored
3
.github/workflows/rpcs3.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue