Load submodules during watch workflow
This commit is contained in:
parent
6700ce5364
commit
33e4754e26
2 changed files with 2 additions and 1 deletions
2
.github/workflows/build-trusted.yml
vendored
2
.github/workflows/build-trusted.yml
vendored
|
@ -27,4 +27,4 @@ jobs:
|
|||
uses: actions/upload-artifact@v2-preview
|
||||
with:
|
||||
name: debs
|
||||
path: "*.deb"
|
||||
path: "*.deb"
|
||||
|
|
1
.github/workflows/watch.yml
vendored
1
.github/workflows/watch.yml
vendored
|
@ -17,6 +17,7 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
with:
|
||||
ref: ${{ matrix.branch }}
|
||||
submodules: recursive
|
||||
- name: Setup System Dependencies
|
||||
run: sudo apt install jq curl
|
||||
- name: Check for Release
|
||||
|
|
Loading…
Reference in a new issue