Skip to content

Commit 19dd946

Browse files
ci: add rustfmt via rustup
1 parent 97e5582 commit 19dd946

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
if: runner.os == 'Windows'
6363
shell: pwsh
6464
run: |
65+
rustup component add rustfmt
6566
$rustfmt = & rustup which rustfmt
6667
echo "RUSTFMT=$rustfmt" >> $env:GITHUB_ENV
6768

0 commit comments

Comments
 (0)