Skip to content

Commit

Permalink
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-h3result.yml
Original file line number Diff line number Diff line change
@@ -31,10 +31,10 @@ jobs:
run: git clone --depth 1 https://github.com/EBI-Metagenomics/lite-pack.git lite-pack

- name: build & install lite-pack
run: cd lip && make && make install
run: cd lite-pack && make && make install

- name: build & install lite-pack-io
run: cd lip/ext && make && make install
run: cd lite-pack/ext && make && make install

- name: make
run: make

0 comments on commit cd0abe1

Please sign in to comment.