File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 55
55
# full fidelity of backtraces on 32-bit msvc requires frame pointers, so
56
56
# enable that for our tests
57
57
- name : Force frame pointers
58
- run : echo "##[set-env name= RUSTFLAGS] -Cforce-frame-pointers"
58
+ run : echo RUSTFLAGS= -Cforce-frame-pointers >> $GITHUB_ENV
59
59
shell : bash
60
60
if : matrix.thing == 'windows-msvc32'
61
61
- run : cargo build --manifest-path crates/backtrace-sys/Cargo.toml
@@ -120,10 +120,6 @@ jobs:
120
120
- uses : actions/checkout@v1
121
121
with :
122
122
submodules : true
123
- - name : Install Rust (
124
- run : |
125
- curl https://sh.rustup.rs | sh -s -- -y
126
- echo "##[add-path]$HOME/.cargo/bin"
127
123
- run : rustup target add ${{ matrix.target }}
128
124
- run : |
129
125
export SDK_PATH=`xcrun --show-sdk-path --sdk ${{ matrix.sdk }}`
You can’t perform that action at this time.
0 commit comments