mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-08-10 00:52:16 +00:00
Merge branch 'macports-improvements' of https://github.com/SunshineStream/Sunshine into macports-improvements
This commit is contained in:
9
.github/workflows/CI.yml
vendored
9
.github/workflows/CI.yml
vendored
@@ -297,7 +297,7 @@ jobs:
|
||||
- name: Package MacOS
|
||||
run: |
|
||||
# remove cached artifacts
|
||||
rm -r -f ./artifacts
|
||||
rm -r -f ./artifacts/
|
||||
mkdir artifacts
|
||||
|
||||
mkdir -p artifacts
|
||||
@@ -370,6 +370,13 @@ jobs:
|
||||
|
||||
- name: Bootstrap MacPorts
|
||||
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
|
||||
|
||||
- name: Setup Macports
|
||||
|
||||
Reference in New Issue
Block a user