Skip to content

Commit

Permalink
Ignore 'rustup default' failure
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Nov 18, 2024
1 parent 7b1c307 commit 2d6236e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 2d6236e

Please sign in to comment.