We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58fc0cb commit 5b4c888Copy full SHA for 5b4c888
.github/workflows/build.yml
@@ -36,10 +36,10 @@ jobs:
36
arch: x86
37
packages: cmake
38
shell-name: alpine-x86.sh
39
- volumes: ${PWD}:/trimal
+ volumes: /trimal:/trimal
40
- name: Build trimal for Linux x86
41
if: matrix.arch == 'x86' && matrix.cpu_instr == 'auto-selected'
42
- run: ls && cmake . && make && file bin/trimal && file bin/readal &&
+ run: pwd && ls && cmake . && make && file bin/trimal && file bin/readal &&
43
./scripts/generate_trimmed_msas.sh && ./scripts/compare_trimmed_msas.sh
44
shell: alpine-x86.sh {0}
45
- name: Build trimal for Linux x86_64
0 commit comments