summaryrefslogtreecommitdiffstats
path: root/.github/workflows/mac.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/mac.yml')
-rw-r--r--.github/workflows/mac.yml7
1 files changed, 3 insertions, 4 deletions
diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml
index 9d063c333..bc8a5fac7 100644
--- a/.github/workflows/mac.yml
+++ b/.github/workflows/mac.yml
@@ -13,8 +13,7 @@ jobs:
steps:
- name: Print Warning
run: |
- echo "Builds are disabled for forked repositories."
-
+ echo "Builds are disabled for forked repositories."
build:
name: Build on macOS
@@ -34,7 +33,7 @@ jobs:
if: steps.mac-toolchain.outputs.cache-hit != 'true'
run: |
scripts/mac-toolchain-build /usr/local
-
+
- name: Build HandBrake
run: |
git submodule update --init --recursive
@@ -42,7 +41,7 @@ jobs:
cd build
make ub
make pkg.create
-
+
- name: Upload Assets
uses: actions/upload-artifact@v2
with: