Skip to content

Commit aebeadd

Browse files
committed
Update CI installation of Rust on macos
1 parent b3efc44 commit aebeadd

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
@@ -58,13 +58,7 @@ jobs:
5858
- uses: actions/checkout@master
5959
- name: Install Rust (rustup)
6060
run: rustup update ${{ matrix.rust }} --no-self-update && rustup default ${{ matrix.rust }}
61-
if: matrix.os != 'macos-latest'
6261
shell: bash
63-
- name: Install Rust (macos)
64-
run: |
65-
curl https://sh.rustup.rs | sh -s -- -y
66-
echo "##[add-path]$HOME/.cargo/bin"
67-
if: matrix.os == 'macos-latest'
6862
- run: rustup target add ${{ matrix.target }}
6963
- name: Install g++-multilib
7064
run: |

0 commit comments

Comments
 (0)