CI: Add /opt/local/bin to PATH for macports build

This commit is contained in:
Jonas Kvinge 2023-06-04 00:14:51 +02:00
parent a49e3b90b0
commit 0d294eb218
1 changed files with 3 additions and 0 deletions

View File

@ -950,6 +950,9 @@ jobs:
- name: Install libgpod
run: sudo /opt/local/bin/port -N -p install libgpod || true
- name: Add /opt/local/bin to PATH
run: echo "/opt/local/bin" >> $GITHUB_PATH
- name: Install create-dmg
shell: bash
run: |