Merge pull request #3364 from cg2121/mac-clang-format

CI: Remove clang format Mac check
This commit is contained in:
Colin Edwards 2020-09-10 17:48:50 -05:00 committed by GitHub
commit 32dca37304
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,20 +30,3 @@ jobs:
run: |
./formatcode.sh
./CI/check-format.sh
macos64:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: 'recursive'
- name: Install clang-format
run: |
brew install clang-format
- name: Check the Formatting
run: |
./formatcode.sh
./CI/check-format.sh