diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 628acea..3bbd88d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - compiler: [gcc, clang] + compiler: [gcc] steps: - name: Checkout minimap2