Skip to content

Commit 1ba8171

Browse files
committed
Fix Github Actions for recent system changes
1 parent cbc9662 commit 1ba8171

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
@@ -73,6 +73,7 @@ jobs:
7373
- name: Install Rust (rustup)
7474
run: rustup update ${{ matrix.rust }} --no-self-update && rustup default ${{ matrix.rust }}
7575
if: matrix.os != 'macos-latest'
76+
shell: bash
7677
- name: Install Rust (macos)
7778
run: |
7879
curl https://sh.rustup.rs | sh -s -- -y --default-toolchain ${{ matrix.rust }}

0 commit comments

Comments
 (0)