Skip to content

Commit 0875755

Browse files
authored
[CI] Drop use of install-ninja action (#167068)
We can just use brew directly since this step is always run on macOS runners.
1 parent 6c12623 commit 0875755

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/premerge.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,8 @@ jobs:
190190
with:
191191
max-size: "2000M"
192192
- name: Install Ninja
193-
uses: llvm/actions/install-ninja@42d80571b13f4599bbefbc7189728b64723c7f78 # main
193+
run: |
194+
brew install ninja
194195
- name: Build and Test
195196
run: |
196197
source <(git diff --name-only HEAD~1...HEAD | python3 .ci/compute_projects.py)

0 commit comments

Comments
 (0)