mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +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:
|
||||
- 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: |
|
||||
|
||||
Reference in New Issue
Block a user