Skip to content

Commit 5b4c888

Browse files
committed
Check directories
1 parent 58fc0cb commit 5b4c888

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

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

0 commit comments

Comments
 (0)