diff options
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 379a18b4..621be4d5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml | |||
| @@ -23,6 +23,8 @@ jobs: | |||
| 23 | steps: | 23 | steps: |
| 24 | - name: Checkout code | 24 | - name: Checkout code |
| 25 | uses: actions/checkout@v2 | 25 | uses: actions/checkout@v2 |
| 26 | with: | ||
| 27 | fetch-depth: 0 | ||
| 26 | 28 | ||
| 27 | - name: Confgure Visual Studio | 29 | - name: Confgure Visual Studio |
| 28 | shell: cmd | 30 | shell: cmd |
