瀏覽代碼

Load submodules during watch workflow

Fabian Mastenbroek 4 年之前
父節點
當前提交
33e4754e26
共有 2 個文件被更改,包括 2 次插入1 次删除
  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