mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Remove cargo fmt workaround on OSX
The `fmt` component is now installed by default on OSX.
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -20,9 +20,6 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- 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
|
- uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
|
|||||||
Reference in New Issue
Block a user