ci: use bash on windows as well
This commit is contained in:
parent
651dc32ef9
commit
72a26b6d18
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -118,6 +118,7 @@ jobs:
|
||||
- name: Setup conformance tests (non-cross targets)
|
||||
if: matrix.platform.cross == false
|
||||
run: ./setup.sh
|
||||
shell: bash
|
||||
working-directory: ./conformance
|
||||
|
||||
- name: Build (others)
|
||||
@ -152,6 +153,7 @@ jobs:
|
||||
- name: Conformance testing (non-cross targets)
|
||||
if: matrix.platform.cross == false
|
||||
run: IPFS_RUST_EXEC=../target/debug/ipfs-http npm test
|
||||
shell: bash
|
||||
working-directory: ./conformance
|
||||
|
||||
- name: Upload crashes (macos)
|
||||
|
Loading…
x
Reference in New Issue
Block a user