We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67d5ad1 commit cb5fdc5Copy full SHA for cb5fdc5
.github/workflows/build.yml
@@ -36,10 +36,11 @@ jobs:
36
repository: ${{ github.event.inputs.gitrepo }}
37
ref: ${{ github.event.inputs.gitref }}
38
path: repo
39
+ submodules: 'true'
40
- name: "Checkout remote repository (Remote)"
41
if: contains(github.event.inputs.gitrepo, ':')
42
run: |
- git clone ${{ github.event.inputs.gitrepo }} repo
43
+ git clone ${{ github.event.inputs.gitrepo }} repo --recurse-submodules
44
cd repo
45
git checkout ${{ github.event.inputs.gitref }}
46
- name: "Install dependencies"
0 commit comments