try letting release workflow work .

This commit is contained in:
Zero Fanker 2025-07-28 23:24:59 -04:00
parent 6191e1f813
commit ec81f89070
2 changed files with 2 additions and 3 deletions

View file

@ -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

View file

@ -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