Merge branch 'macports-improvements' of https://github.com/SunshineStream/Sunshine into macports-improvements
This commit is contained in:
commit
4b332d6fa0
1 changed files with 8 additions and 1 deletions
9
.github/workflows/CI.yml
vendored
9
.github/workflows/CI.yml
vendored
|
|
@ -297,7 +297,7 @@ jobs:
|
||||||
- name: Package MacOS
|
- name: Package MacOS
|
||||||
run: |
|
run: |
|
||||||
# remove cached artifacts
|
# remove cached artifacts
|
||||||
rm -r -f ./artifacts
|
rm -r -f ./artifacts/
|
||||||
mkdir artifacts
|
mkdir artifacts
|
||||||
|
|
||||||
mkdir -p artifacts
|
mkdir -p artifacts
|
||||||
|
|
@ -370,6 +370,13 @@ jobs:
|
||||||
|
|
||||||
- name: Bootstrap MacPorts
|
- name: Bootstrap MacPorts
|
||||||
run: |
|
run: |
|
||||||
|
# copy Portfile from artifacts to ports
|
||||||
|
mkdir -p ./ports/multimedia/Sunshine
|
||||||
|
cp -f ./artifacts/Portfile ./ports/multimedia/Sunshine/Portfile
|
||||||
|
|
||||||
|
# display the Portfile
|
||||||
|
cat ./ports/multimedia/Sunshine/Portfile
|
||||||
|
|
||||||
. ports/.github/workflows/bootstrap.sh
|
. ports/.github/workflows/bootstrap.sh
|
||||||
|
|
||||||
- name: Setup Macports
|
- name: Setup Macports
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue