From 074f33bd4623942956a6f55bfd3f4d4bac2d9b1a Mon Sep 17 00:00:00 2001 From: IsaacShelton Date: Mon, 9 Oct 2023 09:32:20 -0500 Subject: [PATCH] LLVM Upgrade --- .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 d1abdced..904bcf2c 100644 --- a/.github/workflows/remoteBuild.yml +++ b/.github/workflows/remoteBuild.yml @@ -113,7 +113,7 @@ jobs: sudo apt-get install -y libcurl4-openssl-dev sudo apt-get install -y llvm-15-dev - name: Configure (macOS) - if: ${{ matrix.os != 'macos-latest' }} + if: ${{ matrix.os == 'macos-latest' }} run: | cmake -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DADEPT_LINK_LLVM_STATIC=On -B ${{github.workspace}}/build -G Ninja env: