Skip to content

Commit 22a330f

Browse files
authored
Update clang-format.yml
1 parent c0865c7 commit 22a330f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/clang-format.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ on:
88
- master
99
jobs:
1010
clang-format:
11-
runs-on: ubuntu-latest
11+
runs-on: ${{ matrix.os }}
12+
strategy:
13+
fail-fast: false
14+
matrix:
15+
os: [ubuntu-latest, ubuntu-slim]
1216
steps:
1317
- uses: actions/checkout@v3
1418
- run: sudo apt-get install -y clang-format-15

0 commit comments

Comments
 (0)