We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e83150e commit ba0d1caCopy full SHA for ba0d1ca
.github/workflows/main.yml
@@ -59,6 +59,7 @@ jobs:
59
- name: Install Rust (rustup)
60
run: rustup update ${{ matrix.rust }} --no-self-update && rustup default ${{ matrix.rust }}
61
if: matrix.os != 'macos-latest'
62
+ shell: bash
63
- name: Install Rust (macos)
64
run: |
65
curl https://sh.rustup.rs | sh -s -- -y
0 commit comments