We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb6d808 commit 07b8e42Copy full SHA for 07b8e42
.github/workflows/style.yml
@@ -82,6 +82,8 @@ jobs:
82
83
- name: Install GCC
84
run: |
85
+ sudo add-apt-repository ppa:ubuntu-toolchain-r/test
86
+ sudo apt-get update
87
sudo apt-get install gcc-14
88
89
- name: Check GCC warnings
0 commit comments