Skip to content

Commit 1328218

Browse files
authored
[Infra] Update check.yml
1 parent 651889c commit 1328218

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,7 @@ jobs:
3232
run: ./setup-scripts.sh
3333

3434
- name: Setup check
35-
run: |
36-
brew update
37-
brew install clang-format@20
38-
brew install mint
39-
mint bootstrap
35+
run: scripts/setup_check.sh
4036

4137
- name: Style
4238
run: scripts/style.sh test-only

0 commit comments

Comments
 (0)