removed clang

This commit is contained in:
Heng Li
2021-05-10 22:23:22 -04:00
parent d4cc3551e8
commit 1f7d3f46c9

View File

@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
compiler: [gcc, clang]
compiler: [gcc]
steps:
- name: Checkout minimap2