Skip to content

Commit

Permalink
#289: submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
jrse committed Mar 2, 2022
1 parent 4f04bf6 commit 2f3b8f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: update dovecot
run: (cd /usr/local/src/dovecot; git fetch origin)
- name: update dovecot branch
Expand All @@ -25,6 +23,8 @@ jobs:
run: (cd /usr/local/src/dovecot; ./autogen.sh && ./configure --enable-maintainer-mode --enable-devel-checks --with-zlib)
- name: build dovecot
run: (cd /usr/local/src/dovecot; make install)
- name: update submodules
run: git submodule update --recursive
- name: configure
run: ./autogen.sh && ./configure --with-dovecot=/usr/local/lib/dovecot --enable-maintainer-mode --enable-debug --with-integration-tests --enable-valgrind --enable-debug
- name: build
Expand Down

0 comments on commit 2f3b8f8

Please sign in to comment.