Skip to content

Commit

Permalink
Fix Github Actions for recent system changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Oct 28, 2019
1 parent 7e68e58 commit 53e45a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
- name: Install Rust (rustup)
run: rustup update ${{ matrix.rust }} --no-self-update && rustup default ${{ matrix.rust }}
if: matrix.os != 'macos-latest'
shell: bash
- name: Install Rust (macos)
run: |
curl https://sh.rustup.rs | sh -s -- -y
Expand Down

0 comments on commit 53e45a6

Please sign in to comment.