Skip to content

Conversation

@tstellar
Copy link
Collaborator

@tstellar tstellar commented Nov 8, 2025

We can just use brew directly since this step is always run on macOS runners.

We can just use brew directly since this step is always run on macOS runners.
@llvmbot
Copy link
Member

llvmbot commented Nov 8, 2025

@llvm/pr-subscribers-github-workflow

Author: Tom Stellard (tstellar)

Changes

We can just use brew directly since this step is always run on macOS runners.


Full diff: https://github.com/llvm/llvm-project/pull/167068.diff

1 Files Affected:

  • (modified) .github/workflows/premerge.yaml (+2-1)
diff --git a/.github/workflows/premerge.yaml b/.github/workflows/premerge.yaml index 8503b2d62c5eb..dfe7e0068e84e 100644 --- a/.github/workflows/premerge.yaml +++ b/.github/workflows/premerge.yaml @@ -190,7 +190,8 @@ jobs: with: max-size: "2000M" - name: Install Ninja - uses: llvm/actions/install-ninja@42d80571b13f4599bbefbc7189728b64723c7f78 # main + run: | + brew install ninja - name: Build and Test run: | source <(git diff --name-only HEAD~1...HEAD | python3 .ci/compute_projects.py) 
@tstellar tstellar merged commit 0875755 into llvm:main Nov 8, 2025
14 checks passed
vinay-deshmukh pushed a commit to vinay-deshmukh/llvm-project that referenced this pull request Nov 8, 2025
We can just use brew directly since this step is always run on macOS runners.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

3 participants