diff --git a/.github/workflows/remoteBuild.yml b/.github/workflows/remoteBuild.yml index 6c62e10c..0c1c7e0f 100644 --- a/.github/workflows/remoteBuild.yml +++ b/.github/workflows/remoteBuild.yml @@ -68,7 +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 # For clang brew install llvm@18 brew install zstd - name: Install LLVM and dependencies (Ubuntu)