mirror of
https://github.com/dtolnay/rust-toolchain.git
synced 2024-11-22 00:39:31 +01:00
Ignore 'rustup default' failure
This commit is contained in:
parent
7b1c307e0d
commit
2d6236e914
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@ runs:
|
||||||
|
|
||||||
- run: rustup default ${{steps.parse.outputs.toolchain}}
|
- run: rustup default ${{steps.parse.outputs.toolchain}}
|
||||||
shell: bash
|
shell: bash
|
||||||
|
continue-on-error: true # https://github.com/dtolnay/rust-toolchain/issues/127
|
||||||
|
|
||||||
- id: rustc-version
|
- id: rustc-version
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue