Update CI-master_tests.yml

This commit is contained in:
Carlos Polop 2021-07-16 08:56:12 +01:00 committed by GitHub
parent 6f872af88c
commit 34b22c19f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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