Skip to content

Commit 9823b95

Browse files
committed
Fix Github Actions for recent system changes
1 parent 462b73c commit 9823b95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ jobs:
108108
- name: Install Rust (rustup)
109109
run: rustup update ${{ matrix.rust }} --no-self-update && rustup default ${{ matrix.rust }}
110110
if: matrix.os != 'macos-latest'
111+
shell: bash
111112
- name: Install Rust (macos)
112113
run: |
113114
curl https://sh.rustup.rs | sh -s -- -y --default-toolchain nightly

0 commit comments

Comments
 (0)