Browse Source

Load submodules during watch workflow

Fabian Mastenbroek 4 years ago
parent
commit
33e4754e26
2 changed files with 2 additions and 1 deletions
  1. 1 1
      .github/workflows/build-trusted.yml
  2. 1 0
      .github/workflows/watch.yml

+ 1 - 1
.github/workflows/build-trusted.yml

@@ -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"

+ 1 - 0
.github/workflows/watch.yml

@@ -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