That shouldn't be there.
This commit is contained in:
parent
e85b64c6f0
commit
b1d740d85d
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci-main.yml
vendored
6
.github/workflows/ci-main.yml
vendored
|
@ -274,9 +274,9 @@ jobs:
|
|||
|
||||
- name: Build vcpkg
|
||||
run: |
|
||||
"D:/a/wesnoth/vcpkg" git clone https://github.com/microsoft/vcpkg.git D:/a/wesnoth/vcpkg
|
||||
"D:/a/wesnoth/vcpkg" cd D:/a/wesnoth/vcpkg
|
||||
"D:/a/wesnoth/vcpkg" D:/a/wesnoth/vcpkg/bootstrap-vcpkg.bat
|
||||
git clone https://github.com/microsoft/vcpkg.git D:/a/wesnoth/vcpkg
|
||||
cd D:/a/wesnoth/vcpkg
|
||||
D:/a/wesnoth/vcpkg/bootstrap-vcpkg.bat
|
||||
|
||||
- name: Setup cmake
|
||||
uses: jwlawson/actions-setup-cmake@v1.9
|
||||
|
|
Loading…
Add table
Reference in a new issue