diff --git a/.github/workflows/package-build.yml b/.github/workflows/package-build.yml index 8829aa3d8..965d25042 100644 --- a/.github/workflows/package-build.yml +++ b/.github/workflows/package-build.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false # don't fail all matrix jobs if one of them fails matrix: - compiler: [gcc, clang] # gcc is the default + compiler: [gcc] # gcc is the default steps: - uses: actions/checkout@v4