This commit is contained in:
briaguya 2024-02-19 16:52:34 -05:00
parent ab83149f9e
commit d5ad1af4cb

View File

@ -96,6 +96,7 @@ jobs:
sudo installer -pkg ./MacPorts-2.9.1-12-Monterey.pkg -target / sudo installer -pkg ./MacPorts-2.9.1-12-Monterey.pkg -target /
fi fi
echo "/opt/local/bin:/opt/local/sbin" >> $GITHUB_PATH echo "/opt/local/bin:/opt/local/sbin" >> $GITHUB_PATH
sudo port selfupdate
- name: Install dependencies - name: Install dependencies
if: ${{ !vars.MAC_RUNNER }} if: ${{ !vars.MAC_RUNNER }}
run: | run: |