mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-08 10:59:36 +00:00
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.
This commit is contained in:
@@ -15,4 +15,5 @@ jobs:
|
|||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
- name: Check format
|
- name: Check format
|
||||||
run: |
|
run: |
|
||||||
|
sudo apt install clang-format
|
||||||
contrib/checkformat.bash
|
contrib/checkformat.bash
|
||||||
|
|||||||
Reference in New Issue
Block a user