We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 462b73c commit 9823b95Copy full SHA for 9823b95
.github/workflows/main.yml
@@ -108,6 +108,7 @@ jobs:
108
- name: Install Rust (rustup)
109
run: rustup update ${{ matrix.rust }} --no-self-update && rustup default ${{ matrix.rust }}
110
if: matrix.os != 'macos-latest'
111
+ shell: bash
112
- name: Install Rust (macos)
113
run: |
114
curl https://sh.rustup.rs | sh -s -- -y --default-toolchain nightly
0 commit comments