Update .cirrus.yml

This commit is contained in:
Martin Kroeker 2023-09-27 22:11:22 +02:00 committed by GitHub
parent 8e550cc59d
commit e8dfa6180b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ macos_instance:
task: task:
name: AppleM1/MacPorts name: AppleM1/MacPorts
compile_script: compile_script:
- wget https://github.com/macports/macports-base/releases/download/v2.8.1/MacPorts-2.8.1-13-Ventura.pkg - wget https://github.com/macports/macports-base/releases/download/v2.8.1/MacPorts-2.8.1-12-Monterey.pkg
- installer -verboseR -pkg MacPorts-2.8.1-13-Ventura.pkg -target / - installer -verboseR -pkg MacPorts-2.8.1-12-Monterey.pkg -target /
- port install gcc-devel - port install gcc-devel
- port install llvm-16 - port install llvm-16
- export PATH=/opt/local/bin:$PATH - export PATH=/opt/local/bin:$PATH