Skip to content

Commit

Permalink
Set bash shell on windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
XAMPPRocky committed Mar 21, 2020
1 parent 046482f commit 2a3f735
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/mean_bean_ci.yml
Expand Up @@ -40,8 +40,11 @@ jobs:
with:
depth: 50
- run: ci/set_rust_version.bash ${{ matrix.channel }} ${{ matrix.target }}
shell: bash
- run: ci/build.bash cargo ${{ matrix.target }}
shell: bash
- run: ci/test.bash cargo ${{ matrix.target }}
shell: bash

strategy:
fail-fast: true
Expand Down

0 comments on commit 2a3f735

Please sign in to comment.