From 72a26b6d18f0fa60b1ca908ea58c614305ce5cbe Mon Sep 17 00:00:00 2001 From: Joonas Koivunen Date: Thu, 25 Jun 2020 18:42:14 +0300 Subject: [PATCH] ci: use bash on windows as well --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bcbc5694..06d2db3c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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)