Can't checkout a commit with depth=1
This commit is contained in:
parent
9c4adddcb7
commit
2c45eb4e03
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci-main.yml
vendored
4
.github/workflows/ci-main.yml
vendored
|
@ -229,7 +229,7 @@ jobs:
|
|||
- name: Build vcpkg
|
||||
shell: cmd
|
||||
run: |
|
||||
git clone --depth=1 https://github.com/microsoft/vcpkg.git D:/a/wesnoth/vcpkg
|
||||
git clone https://github.com/microsoft/vcpkg.git D:/a/wesnoth/vcpkg
|
||||
cd D:/a/wesnoth/vcpkg
|
||||
git checkout cbc22a396c88d098247fe7f79f0913a952e1f77d
|
||||
D:/a/wesnoth/vcpkg/bootstrap-vcpkg.bat
|
||||
|
@ -276,7 +276,7 @@ jobs:
|
|||
- name: Build vcpkg
|
||||
shell: cmd
|
||||
run: |
|
||||
git clone --depth=1 https://github.com/microsoft/vcpkg.git D:/a/wesnoth/vcpkg
|
||||
git clone https://github.com/microsoft/vcpkg.git D:/a/wesnoth/vcpkg
|
||||
cd D:/a/wesnoth/vcpkg
|
||||
git checkout cbc22a396c88d098247fe7f79f0913a952e1f77d
|
||||
D:/a/wesnoth/vcpkg/bootstrap-vcpkg.bat
|
||||
|
|
Loading…
Add table
Reference in a new issue