We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0499753 commit 494cc30Copy full SHA for 494cc30
1 file changed
.github/workflows/linux.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Build Project
17
uses: threeal/cmake-action@v2
18
with:
19
- cxx: ${{ matrix.compiler }}
+ cxx-compiler: ${{ matrix.compiler }}
20
cxx-flags: -Wall -Wconversion -Werror -Wextra -Wshadow -pedantic
21
generator: Ninja
22
options: |
0 commit comments