We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8433216 commit 478d040Copy full SHA for 478d040
.github/workflows/unit-tests.yml
@@ -38,7 +38,8 @@ jobs:
38
- name: Relax some warings
39
# run: echo 'add_compile_options(-Wno-unused-function)' >> ArduinoCore-API/test/CMakeLists.txt
40
# run: echo 'add_compile_options(-Wno-error=all)' >> ArduinoCore-API/test/CMakeLists.txt
41
- run: echo 'add_compile_options(-Wno-error=unused-function)' >> ArduinoCore-API/test/CMakeLists.txt
+ # run: echo 'add_compile_options(-Wno-error=unused-function)' >> ArduinoCore-API/test/CMakeLists.txt
42
+ run: sed -i 's/-Werror//g' ArduinoCore-API/test/CMakeLists.txt
43
44
45
# See: https://github.com/arduino/cpp-test-action/blob/main/README.md
0 commit comments