Skip to content

Commit bfee019

Browse files
committed
Update CI installation of Rust on macos
1 parent 76da827 commit bfee019

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,7 @@ jobs:
3434
- uses: actions/checkout@master
3535
- name: Install Rust (rustup)
3636
run: rustup update ${{ matrix.rust }} --no-self-update && rustup default ${{ matrix.rust }}
37-
if: matrix.os != 'macos-latest'
3837
shell: bash
39-
- name: Install Rust (macos)
40-
run: |
41-
curl https://sh.rustup.rs | sh -s -- -y
42-
echo "##[add-path]$HOME/.cargo/bin"
43-
if: matrix.os == 'macos-latest'
4438
- run: cargo test
4539

4640
rustfmt:

0 commit comments

Comments
 (0)