Skip to content

Commit

Permalink
Merge pull request #129 from dtolnay/defaultfail
Browse files Browse the repository at this point in the history
Ignore 'rustup default' failure
  • Loading branch information
dtolnay authored Nov 18, 2024
2 parents 7b1c307 + 2d6236e commit 315e265
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 315e265

Please sign in to comment.