Skip to content

Commit 679eaa1

Browse files
committed
Rustup is also preinstalled on macOS now
1 parent 641b95b commit 679eaa1

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,6 @@ jobs:
2929
- name: "Checkout Repository"
3030
uses: actions/checkout@v1
3131

32-
- name: Install Rustup
33-
run: |
34-
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain nightly
35-
echo ::add-path::$HOME/.cargo/bin
36-
if: runner.os == 'macOS'
37-
38-
- name: Set Rustup profile to minimal
39-
run: rustup set profile minimal
40-
4132
- name: "Print Rust Version"
4233
run: |
4334
rustc -Vv

0 commit comments

Comments
 (0)