We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bfa7c7 commit 728e5a8Copy full SHA for 728e5a8
.github/workflows/build.yml
@@ -34,11 +34,13 @@ jobs:
34
uses: jirutka/setup-alpine@v1
35
with:
36
arch: x86
37
- packages: cmake
+ packages: >
38
+ cmake
39
+ make
40
shell-name: alpine-x86.sh
41
- name: Build trimal for Linux x86
42
if: matrix.arch == 'x86' && matrix.cpu_instr == 'auto-selected'
- run: pwd && ls && cmake . && make && file bin/trimal && file bin/readal &&
43
+ run: cmake . && make && file bin/trimal && file bin/readal &&
44
./scripts/generate_trimmed_msas.sh && ./scripts/compare_trimmed_msas.sh
45
shell: alpine-x86.sh {0}
46
- name: Build trimal for Linux x86_64
0 commit comments