We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d74f71 commit b767c40Copy full SHA for b767c40
.github/workflows/integration.yml
@@ -26,7 +26,7 @@ jobs:
26
target: x86_64-unknown-linux-gnu
27
profile: minimal
28
- name: Master Toolchain Setup
29
- run: sh setup-toolchain.sh
+ run: bash setup-toolchain.sh
30
31
build:
32
needs: toolchain_setup
0 commit comments