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 6912624 commit e495a68Copy full SHA for e495a68
.github/workflows/main.yml
@@ -48,13 +48,7 @@ jobs:
48
submodules: true
49
- name: Install Rust (rustup)
50
run: rustup update ${{ matrix.rust }} --no-self-update && rustup default ${{ matrix.rust }}
51
- if: matrix.os != 'macos-latest'
52
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'
58
# full fidelity of backtraces on 32-bit msvc requires frame pointers, so
59
# enable that for our tests
60
- name: Force frame pointers
0 commit comments