Remove cargo fmt workaround on OSX

The `fmt` component is now installed by default on OSX.
This commit is contained in:
Arthur Baars
2020-11-12 09:29:23 +01:00
parent 5f1e373355
commit 557d990a0d

View File

@@ -20,9 +20,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install rustfmt
run: rustup component add rustfmt --toolchain stable-x86_64-apple-darwin
if: ${{ matrix.os == 'macos-latest' }}
- uses: actions/cache@v2
with:
path: |