Explorar o código

Load submodules during watch workflow

Fabian Mastenbroek %!s(int64=4) %!d(string=hai) anos
pai
achega
33e4754e26
Modificáronse 2 ficheiros con 2 adicións e 1 borrados
  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
       with:
         name: debs
-        path: "*.deb"
+        path: "*.deb"

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

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