3
0
Fork 0
mirror of https://github.com/dtolnay/rust-toolchain.git synced 2024-11-21 08:19:32 +01:00

Ignore 'rustup default' failure

This commit is contained in:
David Tolnay 2024-11-17 20:09:42 -08:00
parent 7b1c307e0d
commit 2d6236e914
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

View file

@ -79,6 +79,7 @@ runs:
- run: rustup default ${{steps.parse.outputs.toolchain}}
shell: bash
continue-on-error: true # https://github.com/dtolnay/rust-toolchain/issues/127
- id: rustc-version
run: |