Skip to content

Commit 9ea5013

Browse files
committed
Fix Github Actions for recent system changes
1 parent 1cec14d commit 9ea5013

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
- name: Install Rust (rustup)
3030
run: rustup update ${{ matrix.rust }} --no-self-update && rustup default ${{ matrix.rust }}
3131
if: matrix.os != 'macos-latest'
32+
shell: bash
3233
- name: Install Rust (macos)
3334
run: |
3435
curl https://sh.rustup.rs | sh -s -- -y

0 commit comments

Comments
 (0)