Devcontainer: Update vcpkg cache feature for new vcpkg script location
build_vcpkg.py was moved in ce7b69ff31
This commit is contained in:
parent
309ca11236
commit
6222f2f59d
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ mkdir -p ${CACHE_DIR}
|
|||
git clone https://github.com/LadybirdBrowser/ladybird.git --depth 1
|
||||
cd ladybird
|
||||
# Grab and bootstrap the exact commit of vcpkg that trunk is using
|
||||
python3 ./Meta/build_vcpkg.py
|
||||
python3 ./Meta/Utils/build_vcpkg.py
|
||||
|
||||
# Install the vcpkg.json in manifest mode from the root of the repo
|
||||
# Set the binary cache directory to the one we intend to use at container runtime
|
||||
|
|
|
|||
Loading…
Reference in a new issue