diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 50be2ffa..aa6795c5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,6 +27,7 @@ jobs: uses: actions/checkout@v2.3.4 with: path: UI/frontend-plugins/${{ env.PLUGIN_NAME }} + submodules: 'recursive' - name: Fetch Git Tags run: | cd UI/frontend-plugins/${{ env.PLUGIN_NAME }} @@ -114,6 +115,7 @@ jobs: uses: actions/checkout@v2.3.4 with: path: UI/frontend-plugins/${{ env.PLUGIN_NAME }} + submodules: 'recursive' - name: Add plugin to obs cmake shell: bash run: echo "add_subdirectory(${{ env.PLUGIN_NAME }})" >> UI/frontend-plugins/CMakeLists.txt @@ -211,6 +213,7 @@ jobs: uses: actions/checkout@v2.3.4 with: path: UI/frontend-plugins/${{ env.PLUGIN_NAME}} + submodules: 'recursive' - name: Add plugin to obs cmake shell: cmd run: echo add_subdirectory(${{ env.PLUGIN_NAME }}) >> UI/frontend-plugins/CMakeLists.txt