From f222d48db30dab873b4ee153d1a67c2a126209c0 Mon Sep 17 00:00:00 2001 From: IsaacShelton Date: Thu, 10 Oct 2024 22:21:41 -0500 Subject: [PATCH] Added clang to path during automated macOS builds --- .github/workflows/remoteBuild.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/remoteBuild.yml b/.github/workflows/remoteBuild.yml index 8c2ec69..6c62e10 100644 --- a/.github/workflows/remoteBuild.yml +++ b/.github/workflows/remoteBuild.yml @@ -68,6 +68,7 @@ jobs: - name: Install LLVM and dependencies (macOS) if: ${{ matrix.os == 'macos-latest' }} run: | + export PATH=/opt/homebrew/opt/llvm@18/bin:$PATH brew install llvm@18 brew install zstd - name: Install LLVM and dependencies (Ubuntu)