Skip to content

Commit d1b3176

Browse files
authored
Update cpp.yml
1 parent b5ef45a commit d1b3176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: install g++
1717
run: |
1818
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
19-
sudo apt-get install g++-15
19+
sudo apt-get install gcc-15
2020
- name: compile
2121
run: |
2222
cd cpp

0 commit comments

Comments
 (0)