diff options
author | Scott <[email protected]> | 2020-08-06 18:20:08 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-08-06 18:20:08 +0100 |
commit | 58f4152516e9afcc3a61dca931a9c4dc9dbcbf07 (patch) | |
tree | bb0d402f3aef2fe8b50fec3fd4dc189ff026d8c7 | |
parent | 9ff2cd7b9e8328362e4b221b61581b5a3842269f (diff) |
Update mac.yml
Potential Actions build fix.
-rw-r--r-- | .github/workflows/mac.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml index 6aee84931..9562178d3 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml @@ -34,6 +34,7 @@ jobs: - name: Build HandBrake run: | + git submodule update --init --recursive ./configure --launch-jobs=$(sysctl -n hw.ncpu) --launch cd build make pkg.create |