Update CI-master_tests.yml
This commit is contained in:
parent
6f872af88c
commit
34b22c19f2
7
.github/workflows/CI-master_tests.yml
vendored
7
.github/workflows/CI-master_tests.yml
vendored
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user