diff options
author | Brad Linden <brad@lindenlab.com> | 2023-05-03 15:47:19 -0700 |
---|---|---|
committer | Brad Linden <brad@lindenlab.com> | 2023-05-03 15:47:19 -0700 |
commit | 7d23f91b1681a99d7fd22183bb11c486d9d7d27f (patch) | |
tree | 0edd3a2d36225b61ca3f468f1dc90e7a2279dbfa /.github/workflows | |
parent | e41cb7b5db144b13b4e77390915d928c477eb690 (diff) |
Added ability to disable required OSX_SYSROOT cmake checks
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 1a2731209a..60a1406f20 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -30,6 +30,7 @@ jobs: DEVELOPER_DIR: ${{ matrix.developer_dir }} LOGFAIL: debug # Show details when tests fail GIT_REF: ${{ github.head_ref || github.ref }} + LL_SKIP_REQUIRE_SYSROOT: 1 steps: - name: Checkout code uses: actions/checkout@v3 |