Skip to content

Commit

Permalink
fix(init): Remove rust-toolchain.toml before installing to avoid nigh…
Browse files Browse the repository at this point in the history
…tly compiler version mismatches
  • Loading branch information
Alorel committed Sep 20, 2023
1 parent d6932d0 commit 4571ce9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions init/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ branding:
runs:
using: composite
steps:
- name: Rm toolchain override
run: "if [ -f rust-toolchain.toml ]; then rm rust-toolchain.toml; fi"
shell: bash
- name: Install toolchain
id: toolchain
uses: dtolnay/rust-toolchain@master
Expand Down

0 comments on commit 4571ce9

Please sign in to comment.