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 5e2626a commit d8c15edCopy full SHA for d8c15ed
.github/workflows/main.yml
@@ -108,13 +108,7 @@ jobs:
108
submodules: true
109
- name: Install Rust (rustup)
110
run: rustup update ${{ matrix.rust }} --no-self-update && rustup default ${{ matrix.rust }}
111
- if: matrix.os != 'macos-latest'
112
shell: bash
113
- - name: Install Rust (macos)
114
- run: |
115
- curl https://sh.rustup.rs | sh -s -- -y
116
- echo ::add-path::$HOME/.cargo/bin
117
- if: matrix.os == 'macos-latest'
118
- run: rustup target add ${{ matrix.target }}
119
- name: Set crt-static
120
if: matrix.crt_static == 'yes'
0 commit comments