Skip to content

Commit c4f3e42

Browse files
committed
CI: Add -Wno-error=c2y-extensions to CXXFLAGS for OpenMandriva
1 parent 9e345e0 commit c4f3e42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,7 @@ jobs:
327327
- name: Build RPM
328328
env:
329329
RPM_BUILD_NCPUS: 4
330+
CXXFLAGS: "-Wno-error=c2y-extensions"
330331
working-directory: build
331332
run: rpmbuild -ba strawberry.spec
332333
- name: Upload artifacts

0 commit comments

Comments
 (0)