Skip to content

Commit 478d040

Browse files
authored
Update unit-tests.yml remove werror
1 parent 8433216 commit 478d040

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ jobs:
3838
- name: Relax some warings
3939
# run: echo 'add_compile_options(-Wno-unused-function)' >> ArduinoCore-API/test/CMakeLists.txt
4040
# 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
41+
# 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
4243

4344

4445
# See: https://github.com/arduino/cpp-test-action/blob/main/README.md

0 commit comments

Comments
 (0)