Browse Source

Fix Github Actions for recent system changes

master
Alex Crichton 5 years ago
parent
commit
ba0d1ca193
  1. 1
      .github/workflows/main.yml

1
.github/workflows/main.yml

@ -59,6 +59,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

Loading…
Cancel
Save