mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-01-05 21:06:58 +01:00
CI: Add /opt/local/bin to PATH for macports build
This commit is contained in:
parent
a49e3b90b0
commit
0d294eb218
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user