Skip to content

Commit 651b2f3

Browse files
committed
Fix Github Actions for recent system changes
1 parent 37ebe0b commit 651b2f3

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
@@ -110,6 +110,7 @@ jobs:
110110
- name: Install Rust (rustup)
111111
run: rustup update ${{ matrix.rust }} --no-self-update && rustup default ${{ matrix.rust }}
112112
if: matrix.os != 'macos-latest'
113+
shell: bash
113114
- name: Install Rust (macos)
114115
run: |
115116
curl https://sh.rustup.rs | sh -s -- -y

0 commit comments

Comments
 (0)