Skip to content

Commit c3c6854

Browse files
committed
wip
1 parent e920658 commit c3c6854

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
node-version: ${{ matrix.nodeVersion }}
2020
- name: Set up clang-format
21-
run: sudo apt-get install clang-format
21+
run: sudo apt-get install -y clang-format
2222
- name: npm ci
2323
run: npm ci
2424
- name: npm run format-cpp

.github/workflows/pull-requests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
node-version: ${{ matrix.nodeVersion }}
2121
- name: Set up clang-format
22-
run: sudo apt-get install clang-format
22+
run: sudo apt-get install -y clang-format
2323
- name: npm ci
2424
run: npm ci
2525
- name: npm run format-cpp

0 commit comments

Comments
 (0)