From 8ee242f009e7c9203e1935733407ad69ea69de3b Mon Sep 17 00:00:00 2001 From: IsaacShelton Date: Mon, 9 Oct 2023 09:15:47 -0500 Subject: [PATCH] macOS LLVM 17 --- .github/workflows/remoteBuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/remoteBuild.yml b/.github/workflows/remoteBuild.yml index adfaad7f..223e5216 100644 --- a/.github/workflows/remoteBuild.yml +++ b/.github/workflows/remoteBuild.yml @@ -120,7 +120,7 @@ jobs: - name: Configure (Unix) if: ${{ matrix.os != 'windows-latest' }} run: | - cmake -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DCMAKE_PREFIX_PATH=${{github.workspace}}/llvm -DADEPT_LINK_LLVM_STATIC=On -B ${{github.workspace}}/build -G Ninja + cmake -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DADEPT_LINK_LLVM_STATIC=On -B ${{github.workspace}}/build -G Ninja env: LLVM_DIR: ${{github.workspace}}/llvm/lib/cmake - name: Build