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 a6969c0 commit 8c6fc62Copy full SHA for 8c6fc62
.github/workflows/main.yml
@@ -76,13 +76,7 @@ jobs:
76
submodules: true
77
- name: Install Rust (rustup)
78
run: rustup update ${{ matrix.rust }} --no-self-update && rustup default ${{ matrix.rust }}
79
- if: matrix.os != 'macos-latest'
80
shell: bash
81
- - name: Install Rust (macos)
82
- run: |
83
- curl https://sh.rustup.rs | sh -s -- -y --default-toolchain ${{ matrix.rust }}
84
- echo "##[add-path]$HOME/.cargo/bin"
85
- if: matrix.os == 'macos-latest'
86
- run: rustup target add ${{ matrix.target }}
87
- run: TARGET=${{ matrix.target }} ./ci/run.sh
88
if: matrix.os != 'ubuntu-latest'
0 commit comments