From cd0abe136f8c5c0ec9a299ab4c03a7822a2ecb35 Mon Sep 17 00:00:00 2001 From: Danilo Horta Date: Mon, 16 Sep 2024 13:44:12 +0100 Subject: [PATCH] Fix directory paths in GitHub Actions workflow --- .github/workflows/test-h3result.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-h3result.yml b/.github/workflows/test-h3result.yml index f311df9..6b137ba 100644 --- a/.github/workflows/test-h3result.yml +++ b/.github/workflows/test-h3result.yml @@ -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