We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c12623 commit 0875755Copy full SHA for 0875755
.github/workflows/premerge.yaml
@@ -190,7 +190,8 @@ jobs:
190
with:
191
max-size: "2000M"
192
- name: Install Ninja
193
- uses: llvm/actions/install-ninja@42d80571b13f4599bbefbc7189728b64723c7f78 # main
+ run: |
194
+ brew install ninja
195
- name: Build and Test
196
run: |
197
source <(git diff --name-only HEAD~1...HEAD | python3 .ci/compute_projects.py)
0 commit comments