Closed
Description
Good afternoon, I am using the checkout with sumbodule cloning like this:
- uses: actions/checkout@v1
with:
submodules: true
It does not seem to be recrusive, I have submodule that has submodules of its own.
If I run git submodule update --init --recursive then I get everything I need, with just the submodule:true flag that does not seem to be the case.
Am I doing something wrong?
My submodule is this one:
https://github.com/GPUOpen-Tools/Compressonator
Metadata
Metadata
Assignees
Labels
No labels