Skip to content

Commit f3e2032

Browse files
committed
wip windows ci
Signed-off-by: Damien Jeandemange <[email protected]>
1 parent e63d87f commit f3e2032

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: .github/workflows/ci_windows.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ concurrency:
2020

2121
defaults:
2222
run:
23-
shell: bash
23+
shell: cmd
2424

2525
jobs:
2626
windows:
@@ -32,7 +32,6 @@ jobs:
3232
steps:
3333

3434
- name: Install Boost
35-
shell: cmd
3635
run: |
3736
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
3837
choco install wget --no-progress

0 commit comments

Comments
 (0)