Skip to content

Commit 494cc30

Browse files
committed
Fix CI
1 parent 0499753 commit 494cc30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Build Project
1717
uses: threeal/cmake-action@v2
1818
with:
19-
cxx: ${{ matrix.compiler }}
19+
cxx-compiler: ${{ matrix.compiler }}
2020
cxx-flags: -Wall -Wconversion -Werror -Wextra -Wshadow -pedantic
2121
generator: Ninja
2222
options: |

0 commit comments

Comments
 (0)