Skip to content

Commit d3bf390

Browse files
committed
wip
1 parent 844ce58 commit d3bf390

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/master.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
- uses: actions/setup-node@v3
1818
with:
1919
node-version: ${{ matrix.nodeVersion }}
20-
- name: Set up clang-format
21-
run: sudo apt-get install -y clang-format-14
2220
- name: npm ci
2321
run: npm ci
2422
- name: npm run format-cpp

.github/workflows/pull-requests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ jobs:
1818
- uses: actions/setup-node@v3
1919
with:
2020
node-version: ${{ matrix.nodeVersion }}
21-
- name: Set up clang-format
22-
run: sudo apt-get install -y clang-format-14
2321
- name: npm ci
2422
run: npm ci
2523
- name: npm run format-cpp

0 commit comments

Comments
 (0)