diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index a5ff38bb2..443a09ff3 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -13,14 +13,12 @@ jobs: fail-fast: false matrix: os: [ubuntu-22.04, ubuntu-20.04] - compiler: [gcc, clang, "musl-gcc", "musl-clang"] + compiler: [gcc, clang, "musl-gcc"] enableFeatures: [ON, OFF] exclude: # The feature libraries are all build against glibc, so they can't be used with musl - compiler: "musl-gcc" enableFeatures: ON - - compiler: "musl-clang" - enableFeatures: ON runs-on: ${{ matrix.os }} steps: - name: checkout repository