Update CI workflow to fetch submodules during checkout
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -22,6 +22,9 @@ jobs:
|
||||
steps:
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: true
|
||||
fetch-depth: 0
|
||||
|
||||
# Pull the latest version of base images and rebuild without cache
|
||||
- name: Build and deploy
|
||||
|
||||
Reference in New Issue
Block a user