Skip to content

Commit 007aeb9

Browse files
authored
Fix CI for changes in GitHub Actions (#390)
1 parent e7f61cc commit 007aeb9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
# full fidelity of backtraces on 32-bit msvc requires frame pointers, so
5656
# enable that for our tests
5757
- name: Force frame pointers
58-
run: echo "##[set-env name=RUSTFLAGS]-Cforce-frame-pointers"
58+
run: echo RUSTFLAGS=-Cforce-frame-pointers >> $GITHUB_ENV
5959
shell: bash
6060
if: matrix.thing == 'windows-msvc32'
6161
- run: cargo build --manifest-path crates/backtrace-sys/Cargo.toml
@@ -120,10 +120,6 @@ jobs:
120120
- uses: actions/checkout@v1
121121
with:
122122
submodules: true
123-
- name: Install Rust (
124-
run: |
125-
curl https://sh.rustup.rs | sh -s -- -y
126-
echo "##[add-path]$HOME/.cargo/bin"
127123
- run: rustup target add ${{ matrix.target }}
128124
- run: |
129125
export SDK_PATH=`xcrun --show-sdk-path --sdk ${{ matrix.sdk }}`

0 commit comments

Comments
 (0)