fix bug for gen_contain_consensus_chain #111
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
strategy: | |
matrix: | |
compiler: [gcc] | |
steps: | |
- name: Checkout minimap2 | |
uses: actions/checkout@v2 | |
- name: Compile with ${{ matrix.compiler }} | |
run: make CC=${{ matrix.compiler }} |