Skip to content

Commit 3e05f98

Browse files
committed
Rustup is also preinstalled on macOS now
1 parent 530b26f commit 3e05f98

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,6 @@ jobs:
2828
- name: "Checkout Repository"
2929
uses: actions/checkout@v1
3030

31-
- name: Install Rustup
32-
run: |
33-
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain nightly
34-
echo ::add-path::$HOME/.cargo/bin
35-
if: runner.os == 'macOS'
36-
3731
- name: "Print Rust Version"
3832
run: |
3933
rustc -Vv
@@ -104,11 +98,6 @@ jobs:
10498

10599
steps:
106100
- uses: actions/checkout@v1
107-
- name: Install Rustup
108-
run: |
109-
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain nightly
110-
echo ::add-path::$HOME/.cargo/bin
111-
if: runner.os == 'macOS'
112101
- name: "Install Rustup Components"
113102
run: rustup component add rust-src llvm-tools-preview
114103
- name: "Install cargo-xbuild"

0 commit comments

Comments
 (0)