Skip to content

Commit 942e078

Browse files
committed
run xtest bash shell
For some reason cargo-xtest cannot be found on Windows if the shell is not set to bash. This used to work and regressed about two weeks ago for not immediately obvious reason. Considering that there is no big downside to running xtest with the bash shell, we'll just use that for now. See https://github.com/rust-osdev/x86_64/actions/runs/4350740158 as an example of a run that fails because cargo-xtest cannot be found.
1 parent 642956d commit 942e078

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ jobs:
186186

187187
- name: "Run Test Framework"
188188
run: cargo xtest
189+
shell: bash
189190
working-directory: "testing"
190191

191192
check_formatting:

0 commit comments

Comments
 (0)