Skip to content

Commit b767c40

Browse files
flip1995mati865
andauthored
Use bash instead of sh
Co-Authored-By: Mateusz Mikuła <[email protected]>
1 parent 7d74f71 commit b767c40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
target: x86_64-unknown-linux-gnu
2727
profile: minimal
2828
- name: Master Toolchain Setup
29-
run: sh setup-toolchain.sh
29+
run: bash setup-toolchain.sh
3030

3131
build:
3232
needs: toolchain_setup

0 commit comments

Comments
 (0)