Skip to content

Commit 919c955

Browse files
committed
Fix Github Actions for recent system changes
1 parent b5cc5b1 commit 919c955

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
@@ -49,6 +49,7 @@ jobs:
4949
- name: Install Rust (rustup)
5050
run: rustup update ${{ matrix.rust }} --no-self-update && rustup default ${{ matrix.rust }}
5151
if: matrix.os != 'macos-latest'
52+
shell: bash
5253
- name: Install Rust (macos)
5354
run: |
5455
curl https://sh.rustup.rs | sh -s -- -y

0 commit comments

Comments
 (0)