diff --git a/.github/workflows/rssguard.yml b/.github/workflows/rssguard.yml index e309fa09a..f2c5e6ddc 100755 --- a/.github/workflows/rssguard.yml +++ b/.github/workflows/rssguard.yml @@ -25,6 +25,7 @@ jobs: steps: - uses: actions/checkout@v2 with: + fetch-depth: 0 submodules: true - name: Prepare environment and compile application run: ${{ matrix.script_name }} "${{ matrix.os }}" "${{ matrix.use_webengine }}" \ No newline at end of file