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 b3efc44 commit aebeaddCopy full SHA for aebeadd
.github/workflows/main.yml
@@ -58,13 +58,7 @@ jobs:
58
- uses: actions/checkout@master
59
- name: Install Rust (rustup)
60
run: rustup update ${{ matrix.rust }} --no-self-update && rustup default ${{ matrix.rust }}
61
- if: matrix.os != 'macos-latest'
62
shell: bash
63
- - name: Install Rust (macos)
64
- run: |
65
- curl https://sh.rustup.rs | sh -s -- -y
66
- echo "##[add-path]$HOME/.cargo/bin"
67
- if: matrix.os == 'macos-latest'
68
- run: rustup target add ${{ matrix.target }}
69
- name: Install g++-multilib
70
run: |
0 commit comments