Skip to content

Commit fb6d808

Browse files
committed
Update style.yml
1 parent cf3cd91 commit fb6d808

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/style.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ jobs:
8282

8383
- name: Install GCC
8484
run: |
85-
sudo apt-get install gcc-15
85+
sudo apt-get install gcc-14
8686
8787
- name: Check GCC warnings
8888
run: |
89-
find runtime/libcn/ -iname '*.c' | xargs gcc-19 -I runtime/libcn/include/ -fsyntax-only -Werror
89+
find runtime/libcn/ -iname '*.c' | xargs gcc-14 -I runtime/libcn/include/ -fsyntax-only -Werror

0 commit comments

Comments
 (0)