Skip to content

Commit ba3fa46

Browse files
author
pfeatherstone
committed
trying to fix MSVC build 6
1 parent 2d955e1 commit ba3fa46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows_msvc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
cmake --build build --parallel
2626
2727
- name: Run Unit Tests
28-
run: .\build\tests.exe
28+
run: build\tests.exe

0 commit comments

Comments
 (0)