Skip to content

Commit b218fd6

Browse files
committed
Install clang-format on ubuntu-slim runner
Unlike the “fat” runners, that's not installed by default. Why that causes `find` to nonetheless exit normally, I have no idea.
1 parent 81edc27 commit b218fd6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/checkformat.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ jobs:
1515
uses: actions/checkout@v6
1616
- name: Check format
1717
run: |
18+
sudo apt install clang-format
1819
contrib/checkformat.bash

0 commit comments

Comments
 (0)