Skip to content

Commit d8c15ed

Browse files
committed
Update CI installation of Rust on macos~
1 parent 5e2626a commit d8c15ed

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
@@ -108,13 +108,7 @@ jobs:
108108
submodules: true
109109
- name: Install Rust (rustup)
110110
run: rustup update ${{ matrix.rust }} --no-self-update && rustup default ${{ matrix.rust }}
111-
if: matrix.os != 'macos-latest'
112111
shell: bash
113-
- name: Install Rust (macos)
114-
run: |
115-
curl https://sh.rustup.rs | sh -s -- -y
116-
echo ::add-path::$HOME/.cargo/bin
117-
if: matrix.os == 'macos-latest'
118112
- run: rustup target add ${{ matrix.target }}
119113
- name: Set crt-static
120114
if: matrix.crt_static == 'yes'

0 commit comments

Comments
 (0)