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

Merge pull request #129 from dtolnay/defaultfail

Ignore 'rustup default' failure
This commit is contained in:
David Tolnay 2024-11-17 20:36:09 -08:00 committed by GitHub
commit 315e265cd7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: |