We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a15c9b commit 955cea4Copy full SHA for 955cea4
.github/workflows/main.yml
@@ -107,13 +107,7 @@ jobs:
107
submodules: true
108
- name: Install Rust (rustup)
109
run: rustup update ${{ matrix.rust }} --no-self-update && rustup default ${{ matrix.rust }}
110
- if: matrix.os != 'macos-latest'
111
shell: bash
112
- - name: Install Rust (macos)
113
- run: |
114
- curl https://sh.rustup.rs | sh -s -- -y --default-toolchain nightly
115
- echo "##[add-path]$HOME/.cargo/bin"
116
- if: matrix.os == 'macos-latest'
117
- run: rustup target add ${{ matrix.target }}
118
- name: Download compiler-rt reference sources
119
run: |
0 commit comments