Skip to content

Commit f279824

Browse files
committed
Remove call
1 parent 62af1a6 commit f279824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Build and test (Windows)
2525
if: contains(matrix.os, 'windows')
2626
run: |
27-
call ci\citest.bat
27+
ci\citest.bat
2828
2929
- name: Build and test (Linux / macOS)
3030
if: contains(matrix.os, 'ubuntu') || contains(matrix.os, 'macos')

0 commit comments

Comments
 (0)