Skip to content

Commit 3347548

Browse files
committed
[CI] Remove code style checking from MacOS build
1 parent 58f332a commit 3347548

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/basic.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
shared_library: 'OFF'
2525
- os: 'ubuntu-22.04'
2626
build_type: Release
27-
compiler: {c: clang, cxx: clang++}
27+
compiler: {c: clang, cxx: clang++}
2828
shared_library: 'OFF'
2929
- os: 'ubuntu-22.04'
3030
build_type: Release
@@ -156,14 +156,10 @@ jobs:
156156
cmake
157157
-B ${{env.BUILD_DIR}}
158158
-DCMAKE_BUILD_TYPE=Release
159-
-DUMF_FORMAT_CODE_STYLE=ON
159+
-DUMF_FORMAT_CODE_STYLE=OFF
160160
-DUMF_DEVELOPER_MODE=ON
161161
-DUMF_ENABLE_POOL_TRACKING=ON
162162
163-
- name: Run code-style check
164-
run: |
165-
cmake --build ${{env.BUILD_DIR}} --target clang-format-check
166-
167163
- name: Build UMF
168164
run: |
169165
cmake --build ${{env.BUILD_DIR}} -j $(sysctl -n hw.logicalcpu)

0 commit comments

Comments
 (0)