Skip to content

Commit 8c6fc62

Browse files
committed
Update CI installation of Rust on macos
1 parent a6969c0 commit 8c6fc62

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
@@ -76,13 +76,7 @@ jobs:
7676
submodules: true
7777
- name: Install Rust (rustup)
7878
run: rustup update ${{ matrix.rust }} --no-self-update && rustup default ${{ matrix.rust }}
79-
if: matrix.os != 'macos-latest'
8079
shell: bash
81-
- name: Install Rust (macos)
82-
run: |
83-
curl https://sh.rustup.rs | sh -s -- -y --default-toolchain ${{ matrix.rust }}
84-
echo "##[add-path]$HOME/.cargo/bin"
85-
if: matrix.os == 'macos-latest'
8680
- run: rustup target add ${{ matrix.target }}
8781
- run: TARGET=${{ matrix.target }} ./ci/run.sh
8882
if: matrix.os != 'ubuntu-latest'

0 commit comments

Comments
 (0)