From 34b22c19f23ea12cd13e2557baedb30f91033157 Mon Sep 17 00:00:00 2001 From: Carlos Polop Date: Fri, 16 Jul 2021 08:56:12 +0100 Subject: [PATCH] Update CI-master_tests.yml --- .github/workflows/CI-master_tests.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI-master_tests.yml b/.github/workflows/CI-master_tests.yml index d1762e2..548103c 100644 --- a/.github/workflows/CI-master_tests.yml +++ b/.github/workflows/CI-master_tests.yml @@ -22,6 +22,8 @@ jobs: # checkout - name: Checkout uses: actions/checkout@v2 + with: + fetch-depth: 0 # Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild - name: Setup MSBuild.exe @@ -117,7 +119,10 @@ jobs: needs: Build_and_test_winpeas_master steps: - - uses: actions/checkout@v2 + - name: Checkout + uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Build linpeas run: |