mirror of
https://github.com/cmderdev/cmder.git
synced 2025-02-04 12:39:07 +08:00
fetch all git history
This commit is contained in:
parent
cb9d06f8a3
commit
23edc8036f
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -32,6 +32,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Check out repository code (Action from GitHub)
|
- name: Check out repository code (Action from GitHub)
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Add MSBuild to PATH
|
- name: Add MSBuild to PATH
|
||||||
uses: microsoft/setup-msbuild@v1
|
uses: microsoft/setup-msbuild@v1
|
||||||
|
Loading…
Reference in New Issue
Block a user