Skip to content

Commit

Permalink
Merge pull request #909 from xexyl/independ-workflow
Browse files Browse the repository at this point in the history
Add clone/install of independ to workflow
  • Loading branch information
lcn2 authored Jul 12, 2024
2 parents f159dd4 + 637fce3 commit 1ca56bc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
run: git clone https://github.com/lcn2/seqcexit
- name: install seqcexit
run: cd seqcexit && sudo make install
- name: clone independ
run: git clone https://github.com/lcn2/independ
- name: install independ
run: cd independ && sudo make install
- name: clone picky
run: git clone https://github.com/xexyl/picky
- name: clone checknr
Expand Down

0 comments on commit 1ca56bc

Please sign in to comment.