Skip to content

Commit ba0d1ca

Browse files
committed
Fix Github Actions for recent system changes
1 parent e83150e commit ba0d1ca

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
@@ -59,6 +59,7 @@ jobs:
5959
- name: Install Rust (rustup)
6060
run: rustup update ${{ matrix.rust }} --no-self-update && rustup default ${{ matrix.rust }}
6161
if: matrix.os != 'macos-latest'
62+
shell: bash
6263
- name: Install Rust (macos)
6364
run: |
6465
curl https://sh.rustup.rs | sh -s -- -y

0 commit comments

Comments
 (0)