Skip to content

Commit f0d0bf2

Browse files
committed
wip
1 parent c3c6854 commit f0d0bf2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
FROM mcr.microsoft.com/devcontainers/javascript-node:22
22

33
RUN apt-get update
4-
RUN apt-get install -y openjdk-17-jdk gdb clang-format
4+
RUN apt-get install -y openjdk-17-jdk gdb clang-format-14

.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 -y clang-format
21+
run: sudo apt-get install -y clang-format-14
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 -y clang-format
22+
run: sudo apt-get install -y clang-format-14
2323
- name: npm ci
2424
run: npm ci
2525
- name: npm run format-cpp

0 commit comments

Comments
 (0)