Skip to content

Commit

Permalink
Submodules aren't checked out by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ascott18 committed Aug 13, 2019
1 parent b7d50c5 commit 2aa97c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ pool:
vmImage: 'ubuntu-latest'

steps:
- checkout: self
submodules: true

- bash: sudo apt-get install -y pandoc
displayName: "Install Packages"

Expand Down

0 comments on commit 2aa97c0

Please sign in to comment.