Skip to content

Commit 58fc0cb

Browse files
committed
Add volumes
1 parent 630451f commit 58fc0cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,10 @@ jobs:
3636
arch: x86
3737
packages: cmake
3838
shell-name: alpine-x86.sh
39+
volumes: ${PWD}:/trimal
3940
- name: Build trimal for Linux x86
4041
if: matrix.arch == 'x86' && matrix.cpu_instr == 'auto-selected'
41-
run: cmake . && make && file bin/trimal && file bin/readal &&
42+
run: ls && cmake . && make && file bin/trimal && file bin/readal &&
4243
./scripts/generate_trimmed_msas.sh && ./scripts/compare_trimmed_msas.sh
4344
shell: alpine-x86.sh {0}
4445
- name: Build trimal for Linux x86_64

0 commit comments

Comments
 (0)