Skip to content

Commit a0dc4ba

Browse files
committed
fix(workflow)
1 parent e196f75 commit a0dc4ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/windows-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: threeal/cmake-action@v2.1.0
1515
with:
1616
generator: Ninja
17-
cxx-compiler: mingw
17+
cxx-compiler: C:/mingw64/bin/g++.exe
1818

1919
- name: Install required dependencies
2020
run: |

0 commit comments

Comments
 (0)