We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf3cd91 commit fb6d808Copy full SHA for fb6d808
.github/workflows/style.yml
@@ -82,8 +82,8 @@ jobs:
82
83
- name: Install GCC
84
run: |
85
- sudo apt-get install gcc-15
+ sudo apt-get install gcc-14
86
87
- name: Check GCC warnings
88
89
- find runtime/libcn/ -iname '*.c' | xargs gcc-19 -I runtime/libcn/include/ -fsyntax-only -Werror
+ find runtime/libcn/ -iname '*.c' | xargs gcc-14 -I runtime/libcn/include/ -fsyntax-only -Werror
0 commit comments