diff options
author | Bradley Sepos <[email protected]> | 2020-11-08 16:28:13 -0500 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2020-11-08 16:28:13 -0500 |
commit | 1cd393c86da6b446b6f08c6bb216135006ade770 (patch) | |
tree | 8e4daa27b448fadfeac5ccf75f2d8395d8d3cafa | |
parent | ba1c94aae1f574a47a2952eaaf8abacd93ac7853 (diff) |
github: Harden and sandbox now are enabled by default, remove args from macOS workflow.
-rw-r--r-- | .github/workflows/mac.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml index 9eb1739f8..9d063c333 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml @@ -38,7 +38,7 @@ jobs: - name: Build HandBrake run: | git submodule update --init --recursive - ./configure --sandbox --harden + ./configure cd build make ub make pkg.create |