Skip to content

Commit

Permalink
skip musl-clang
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryptkeeper committed May 3, 2024
1 parent 4c04f2d commit 2ef1c8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
compiler: [ "clang", "musl-clang", "gcc", "musl-gcc" ]
compiler: [ "clang", "gcc", "musl-gcc" ]
steps:
- name: Install dependencies
run: |
Expand Down
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ target_compile_definitions(logc PRIVATE LOG_USE_COLOR)
# force cJSON to build and link statically
set(CJSON_BUILD_SHARED_LIBS OFF)
set(CJSON_OVERRIDE_BUILD_SHARED_LIBS ON)
set(ENABLE_CJSON_TEST OFF)
add_subdirectory(dep/cJSON)

# use strict C11
Expand Down

0 comments on commit 2ef1c8c

Please sign in to comment.