Skip to content

Commit e495a68

Browse files
committed
Update CI installation of Rust on macos
1 parent 6912624 commit e495a68

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
@@ -48,13 +48,7 @@ jobs:
4848
submodules: true
4949
- name: Install Rust (rustup)
5050
run: rustup update ${{ matrix.rust }} --no-self-update && rustup default ${{ matrix.rust }}
51-
if: matrix.os != 'macos-latest'
5251
shell: bash
53-
- name: Install Rust (macos)
54-
run: |
55-
curl https://sh.rustup.rs | sh -s -- -y
56-
echo "##[add-path]$HOME/.cargo/bin"
57-
if: matrix.os == 'macos-latest'
5852
# full fidelity of backtraces on 32-bit msvc requires frame pointers, so
5953
# enable that for our tests
6054
- name: Force frame pointers

0 commit comments

Comments
 (0)