Skip to content

Commit

Permalink
Rustup is also preinstalled on macOS now
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-opp committed Dec 6, 2020
1 parent 641b95b commit 679eaa1
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/build.yml
Expand Up @@ -29,15 +29,6 @@ jobs:
- name: "Checkout Repository"
uses: actions/checkout@v1

- name: Install Rustup
run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain nightly
echo ::add-path::$HOME/.cargo/bin
if: runner.os == 'macOS'

- name: Set Rustup profile to minimal
run: rustup set profile minimal

- name: "Print Rust Version"
run: |
rustc -Vv
Expand Down

0 comments on commit 679eaa1

Please sign in to comment.