Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 557d990

Browse files
committed
Remove cargo fmt workaround on OSX
The `fmt` component is now installed by default on OSX.
1 parent 5f1e373 commit 557d990

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ jobs:
2020

2121
steps:
2222
- uses: actions/checkout@v2
23-
- name: Install rustfmt
24-
run: rustup component add rustfmt --toolchain stable-x86_64-apple-darwin
25-
if: ${{ matrix.os == 'macos-latest' }}
2623
- uses: actions/cache@v2
2724
with:
2825
path: |

0 commit comments

Comments
 (0)