Skip to content

Commit

Permalink
Install rustfmt as part of restore
Browse files Browse the repository at this point in the history
This was breaking the 1.7 check.  It's not overly clear to me why it
wasn't breaking more than just that.
  • Loading branch information
dburgener committed Oct 5, 2023
1 parent 9ded09c commit 8c8ce3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/restore-checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ export PATH="${PATH}:${HOME}/.cargo/bin"
echo "##vso[task.setvariable variable=PATH;]${PATH}"

rustup toolchain install ${VERSION}
rustup component add rustfmt --toolchain ${VERSION}

0 comments on commit 8c8ce3a

Please sign in to comment.