Skip to content

Commit 8a55a00

Browse files
committed
Update CI installation of Rust on macos
1 parent ec8df47 commit 8a55a00

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
@@ -28,13 +28,7 @@ jobs:
2828
- uses: actions/checkout@master
2929
- name: Install Rust (rustup)
3030
run: rustup update ${{ matrix.rust }} --no-self-update && rustup default ${{ matrix.rust }}
31-
if: matrix.os != 'macos-latest'
3231
shell: bash
33-
- name: Install Rust (macos)
34-
run: |
35-
curl https://sh.rustup.rs | sh -s -- -y
36-
echo "##[add-path]$HOME/.cargo/bin"
37-
if: matrix.os == 'macos-latest'
3832
- run: cargo test
3933
- run: cargo test --features reuseport
4034
- run: cargo test --features unix

0 commit comments

Comments
 (0)