File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11FROM mcr.microsoft.com/devcontainers/javascript-node:22
22
33RUN 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments