Skip to content

Commit 955cea4

Browse files
committed
Update CI installation of Rust on macos
1 parent 0a15c9b commit 955cea4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -107,13 +107,7 @@ jobs:
107107
submodules: true
108108
- name: Install Rust (rustup)
109109
run: rustup update ${{ matrix.rust }} --no-self-update && rustup default ${{ matrix.rust }}
110-
if: matrix.os != 'macos-latest'
111110
shell: bash
112-
- name: Install Rust (macos)
113-
run: |
114-
curl https://sh.rustup.rs | sh -s -- -y --default-toolchain nightly
115-
echo "##[add-path]$HOME/.cargo/bin"
116-
if: matrix.os == 'macos-latest'
117111
- run: rustup target add ${{ matrix.target }}
118112
- name: Download compiler-rt reference sources
119113
run: |

0 commit comments

Comments
 (0)