commit 8c67397e4bbf9cca420a50ab5bb138f30abb6e28
parent a5541d756b084b45215897628990a9631f876f83
Author: MTRNord <mtrnord1@gmail.com>
Date: Mon, 14 Apr 2025 17:24:56 +0200
Dont do "-Werror" on CI as the snitch testing stuff will trigger it wrongfully
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
CC: ${{ matrix.build.cc }}
CXX: ${{ matrix.build.cxx }}
LD: ${{ matrix.build.linker }}
- CPPFLAGS: -Wall -Werror
+ CPPFLAGS: -Wall
steps:
- name: Checkout code