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: |