Meta: Move the vcpkg installation/cache directories under Build

In addition to changing the build-type dependent build directories, we
can take this opportunity to move the vcpkg cache directory to the Build
folder itself. This probably isn't 100% needed, but it ensures that no
leftover artifacts are used from non-dynamic vcpkg builds, and it's also
generally nice to have all build artifacts under Build.
This commit is contained in:
Timothy Flynn
2024-09-30 12:55:24 -04:00
committed by Andrew Kaster
parent 4ffca2089e
commit 5681dbee64
10 changed files with 16 additions and 23 deletions

View File

@@ -4,7 +4,7 @@ on: [push]
env:
LADYBIRD_SOURCE_DIR: ${{ github.workspace }}
VCPKG_ROOT: ${{ github.workspace }}/Toolchain/Tarballs/vcpkg
VCPKG_ROOT: ${{ github.workspace }}/Build/vcpkg
jobs:
run_and_update_results: