Skip to content

Commit 4ca87d2

Browse files
ci(workflow): update Windows x64 workflow to use run_test.py script
1 parent 7ea4d67 commit 4ca87d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/windows_x64_dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: Configure CMake
2323
run: |
24-
cmake -B ${{ github.workspace }}/build -G "Visual Studio 17 2022
24+
cmake -B ${{ github.workspace }}/build -G "Visual Studio 17 2022"
2525
2626
- name: Run tests
2727
run: |

0 commit comments

Comments
 (0)