Skip to content

Commit

Permalink
Fix Windows CI with new defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Oct 28, 2019
1 parent b7a12d9 commit 0e48d83
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 @@ -29,6 +29,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 0e48d83

Please sign in to comment.