build: update to MacPorts 2.9.2

This commit is contained in:
Eike Hein 2024-04-03 21:53:43 +02:00 committed by Marcin Kurczewski
parent cbace82de4
commit 2a5f0eec03
No known key found for this signature in database
GPG key ID: CC65E6FD28CAE42A

View file

@ -49,7 +49,7 @@ jobs:
- name: Install and update MacPorts - name: Install and update MacPorts
run: | run: |
wget -O ${{ github.workspace }}/macports.pkg https://github.com/macports/macports-base/releases/download/v2.9.1/MacPorts-2.9.1-14-Sonoma.pkg wget -O ${{ github.workspace }}/macports.pkg https://github.com/macports/macports-base/releases/download/v2.9.2/MacPorts-2.9.2-14-Sonoma.pkg
sudo installer -pkg ${{ github.workspace }}/macports.pkg -target / sudo installer -pkg ${{ github.workspace }}/macports.pkg -target /
- name: Install build and deployment tools - name: Install build and deployment tools