We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5ef45a commit d1b3176Copy full SHA for d1b3176
.github/workflows/cpp.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: install g++
17
run: |
18
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
19
- sudo apt-get install g++-15
+ sudo apt-get install gcc-15
20
- name: compile
21
22
cd cpp
0 commit comments