mirror of
https://github.com/electronicarts/CNC_TS_and_RA2_Mission_Editor.git
synced 2025-09-06 14:25:47 -04:00
try letting release workflow work .
This commit is contained in:
parent
6191e1f813
commit
ec81f89070
2 changed files with 2 additions and 3 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
@ -61,10 +61,9 @@ jobs:
|
|||
--triplet "x64-windows" `
|
||||
--vcpkg-root $vcpkgPath `
|
||||
--x-manifest-root="$PWD\" `
|
||||
--x-install-root="$PWD\vcpkg_installed\x64-windows\"
|
||||
--x-install-root="$PWD\vcpkg_installed\"
|
||||
ls
|
||||
ls vcpkg_installed/x64-windows
|
||||
ls vcpkg_installed/x64-windows/include
|
||||
- name: build-msvc
|
||||
run: |
|
||||
devenv.com "MissionEditor.sln" /Build "${{ env.CONFIGURATION }}|x64" /project MissionEditor
|
||||
|
|
2
.github/workflows/verify.yml
vendored
2
.github/workflows/verify.yml
vendored
|
@ -46,7 +46,7 @@ jobs:
|
|||
--triplet "x64-windows" `
|
||||
--vcpkg-root $vcpkgPath `
|
||||
--x-manifest-root="$PWD\" `
|
||||
--x-install-root="$PWD\vcpkg_installed\x64-windows\"
|
||||
--x-install-root="$PWD\vcpkg_installed\"
|
||||
ls
|
||||
ls vcpkg_installed/x64-windows
|
||||
ls vcpkg_installed/x64-windows/include
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue