Skip to content

Commit

Permalink
Use bash instead of sh
Browse files Browse the repository at this point in the history
Co-Authored-By: Mateusz Mikuła <mati865@users.noreply.github.com>
  • Loading branch information
flip1995 and mati865 committed Jan 20, 2020
1 parent 7d74f71 commit b767c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
target: x86_64-unknown-linux-gnu
profile: minimal
- name: Master Toolchain Setup
run: sh setup-toolchain.sh
run: bash setup-toolchain.sh

build:
needs: toolchain_setup
Expand Down

0 comments on commit b767c40

Please sign in to comment.