Skip to content
This repository was archived by the owner on Nov 24, 2023. It is now read-only.

Commit 9986e9a

Browse files
committed
Update CI installation of Rust on macos
1 parent 715eff0 commit 9986e9a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/main.yml

-6
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,7 @@ jobs:
1212
- uses: actions/checkout@master
1313
- name: Install Rust (rustup)
1414
run: rustup update nightly --no-self-update && rustup default nightly
15-
if: matrix.os != 'macos-latest'
1615
shell: bash
17-
- name: Install Rust (macos)
18-
run: |
19-
curl https://sh.rustup.rs | sh -s -- -y
20-
echo ::add-path::$HOME/.cargo/bin
21-
if: matrix.os == 'macos-latest'
2216
- run: cargo test --all
2317
- run: cargo test --all -- --ignored
2418

0 commit comments

Comments
 (0)