Skip to content

Commit c313cb9

Browse files
committed
fix libcurl dependency for HTSlib
1 parent b121edf commit c313cb9

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/install.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ jobs:
3434
- name: build and install library
3535
run: |
3636
cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release
37-
sudo cmake --build build --target install
38-
sudo rm -rf build
37+
sudo cmake --build build --target install
3938
4039
- name: configure
4140
run: cmake -Stest -Bbuild -DTEST_INSTALLED_VERSION=1
@@ -47,3 +46,8 @@ jobs:
4746
run: |
4847
cd build
4948
ctest --build-config Debug
49+
50+
- name: cleanup
51+
run: |
52+
sudo rm -rf build
53+

0 commit comments

Comments
 (0)