Skip to content

Commit

Permalink
Update .cirrus.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Sep 27, 2023
1 parent 8e550cc commit e8dfa61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ macos_instance:
task:
name: AppleM1/MacPorts
compile_script:
- wget https://github.com/macports/macports-base/releases/download/v2.8.1/MacPorts-2.8.1-13-Ventura.pkg
- installer -verboseR -pkg MacPorts-2.8.1-13-Ventura.pkg -target /
- 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-12-Monterey.pkg -target /
- port install gcc-devel
- port install llvm-16
- export PATH=/opt/local/bin:$PATH
Expand Down

0 comments on commit e8dfa61

Please sign in to comment.