mirror of
https://github.com/chipsalliance/f4pga-examples.git
synced 2025-01-03 03:43:38 -05:00
CI: download submodules recursive
Signed-off-by: Kamil Rakoczy <krakoczy@antmicro.com>
This commit is contained in:
parent
02de707e96
commit
d649cecfe8
1 changed files with 2 additions and 0 deletions
2
.github/workflows/sphinx-tuttest.yml
vendored
2
.github/workflows/sphinx-tuttest.yml
vendored
|
@ -41,6 +41,8 @@ jobs:
|
|||
steps:
|
||||
- name: Setup repository
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- name: Install utils
|
||||
if: ${{matrix.os == 'ubuntu' || matrix.os == 'debian'}}
|
||||
|
|
Loading…
Reference in a new issue