Skip to content

Commit

Permalink
fix: Add shell bash
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Aug 28, 2021
1 parent acc383d commit 74cbadd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions setup-node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ runs:
${{ runner.os }}-node-
- run: npm i -g npm
shell: bash
1 change: 1 addition & 0 deletions setup-python/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ runs:
key: ${{ runner.os }}-pipenv-${{ hashFiles('**/Pipfile.lock') }}

- run: python3 -m pip install --upgrade pip pipenv
shell: bash
1 change: 1 addition & 0 deletions setup-rust/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ runs:
using: "composite"
steps:
- name: Install Rust toolchain
shell: bash
run: |
rustup set profile minimal
rustup toolchain update stable --no-self-update
Expand Down

0 comments on commit 74cbadd

Please sign in to comment.