We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e196f75 commit a0dc4baCopy full SHA for a0dc4ba
1 file changed
.github/workflows/windows-tests.yml
@@ -14,7 +14,7 @@ jobs:
14
uses: threeal/cmake-action@v2.1.0
15
with:
16
generator: Ninja
17
- cxx-compiler: mingw
+ cxx-compiler: C:/mingw64/bin/g++.exe
18
19
- name: Install required dependencies
20
run: |
0 commit comments