Skip to content

Commit

Permalink
Update CI installation of Rust on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Jan 28, 2020
1 parent b3efc44 commit aebeadd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,7 @@ jobs:
- uses: actions/checkout@master
- 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
echo "##[add-path]$HOME/.cargo/bin"
if: matrix.os == 'macos-latest'
- run: rustup target add ${{ matrix.target }}
- name: Install g++-multilib
run: |
Expand Down

0 comments on commit aebeadd

Please sign in to comment.