Skip to content

Commit

Permalink
LLVM Upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacShelton committed Oct 9, 2023
1 parent fa5bf76 commit 074f33b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/remoteBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 074f33b

Please sign in to comment.