Skip to content

Commit 4b6752c

Browse files
committed
Update build.yml Actions workflow to checkout git submodules
1 parent c2e46dd commit 4b6752c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525

2626
steps:
2727
- uses: actions/checkout@v3
28+
with:
29+
submodules: true
2830
- name: Build trimal for Linux x86_64
2931
if: matrix.arch == 'x86_64' && matrix.cpu_instr == 'non_SIMD'
3032
run: cmake . -DDISABLE_SSE2=1 -DDISABLE_AVX2=1 && make && file bin/trimal && file bin/readal &&
@@ -67,4 +69,4 @@ jobs:
6769
apt-get install -q -y cmake make g++ file
6870
run: |
6971
cmake . -DDISABLE_SSE2=1 -DDISABLE_AVX2=1 && make && file bin/trimal && file bin/readal &&
70-
./scripts/generate_trimmed_msas.sh && ./scripts/compare_trimmed_msas.sh
72+
./scripts/generate_trimmed_msas.sh && ./scripts/compare_trimmed_msas.sh

0 commit comments

Comments
 (0)