Load submodules during watch workflow

This commit is contained in:
Fabian Mastenbroek 2021-04-20 21:03:51 +02:00
parent 6700ce5364
commit 33e4754e26
No known key found for this signature in database
GPG key ID: 405FC6F81F0A7B85
2 changed files with 2 additions and 1 deletions

View file

@ -27,4 +27,4 @@ jobs:
uses: actions/upload-artifact@v2-preview uses: actions/upload-artifact@v2-preview
with: with:
name: debs name: debs
path: "*.deb" path: "*.deb"

View file

@ -17,6 +17,7 @@ jobs:
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
ref: ${{ matrix.branch }} ref: ${{ matrix.branch }}
submodules: recursive
- name: Setup System Dependencies - name: Setup System Dependencies
run: sudo apt install jq curl run: sudo apt install jq curl
- name: Check for Release - name: Check for Release