We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdd6322 commit 2b3b9d2Copy full SHA for 2b3b9d2
.github/workflows/windows.yml
@@ -83,7 +83,7 @@ jobs:
83
- name: Build
84
run: |
85
git submodule update --init --recursive
86
- %BASH_PATH% -lc tools/build_steps_windows.sh
+ & $env:BASH_PATH -lc tools/build_steps_windows.sh
87
88
- name: Test
89
0 commit comments