From d77a6268a81dfd40b07be7997d732b8bdd5f7fd4 Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Tue, 8 Dec 2020 12:23:50 +0100 Subject: [PATCH] Actions --- .github/workflows/rssguard.yml | 1 + 1 file changed, 1 insertion(+) 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