Skip to content

Commit 9a47e16

Browse files
committed
fix typo
1 parent 5b4bf6c commit 9a47e16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
cxx: [g++14]
10+
cxx: [g++-14]
1111
build_type: [Release]
1212
generator: [Ninja]
1313
include:
14-
- cxx: g++14
14+
- cxx: g++-14
1515
install:
1616
sudo add-apt-repository universe && sudo apt update && sudo apt install gcc-14 g++-14
1717
steps:

0 commit comments

Comments
 (0)