Skip to content

Commit 458e4f4

Browse files
authored
Rustup is also preinstalled on macOS now (#9)
1 parent 8c0da71 commit 458e4f4

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
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)