Skip to content

Commit 728e5a8

Browse files
committed
Add make package
1 parent 7bfa7c7 commit 728e5a8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,13 @@ jobs:
3434
uses: jirutka/setup-alpine@v1
3535
with:
3636
arch: x86
37-
packages: cmake
37+
packages: >
38+
cmake
39+
make
3840
shell-name: alpine-x86.sh
3941
- name: Build trimal for Linux x86
4042
if: matrix.arch == 'x86' && matrix.cpu_instr == 'auto-selected'
41-
run: pwd && ls && cmake . && make && file bin/trimal && file bin/readal &&
43+
run: cmake . && make && file bin/trimal && file bin/readal &&
4244
./scripts/generate_trimmed_msas.sh && ./scripts/compare_trimmed_msas.sh
4345
shell: alpine-x86.sh {0}
4446
- name: Build trimal for Linux x86_64

0 commit comments

Comments
 (0)