Skip to content

Commit 53e45a6

Browse files
committed
Fix Github Actions for recent system changes
1 parent 7e68e58 commit 53e45a6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
- name: Install Rust (rustup)
3434
run: rustup update ${{ matrix.rust }} --no-self-update && rustup default ${{ matrix.rust }}
3535
if: matrix.os != 'macos-latest'
36+
shell: bash
3637
- name: Install Rust (macos)
3738
run: |
3839
curl https://sh.rustup.rs | sh -s -- -y

0 commit comments

Comments
 (0)