Skip to content

Commit b00aab4

Browse files
committed
cpp standard?
Signed-off-by: faradaym <[email protected]>
1 parent 40f9238 commit b00aab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/arduino_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Run cppcheck
4343
run: |
4444
cppcheck --version
45-
cppcheck --error-exitcode=1 --std=c++20 --force src
45+
cppcheck --error-exitcode=1 --std=c++2a --force src
4646
4747
- name: Arduino setup
4848
run: |

0 commit comments

Comments
 (0)