Skip to content

Commit 1eeeb43

Browse files
committed
syntax
1 parent 6250888 commit 1eeeb43

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/windows.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@ jobs:
106106
set GITHUB_PATH=C:\Program Files\LLVM\bin;%PATH%
107107
108108
- name: Build
109-
shell: bash -elc tools/build_steps_windows.sh
109+
shell: bash -el {0}
110+
run: tools/build_steps_windows.sh
110111

111112
- name: Test
112113
shell: bash

0 commit comments

Comments
 (0)