build: Properly update vcpkg pages in web and macOS ARM docker

This commit is contained in:
WerWolv
2025-02-07 23:34:05 +01:00
parent 94a2f9460e
commit a1634fb337
3 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ RUN cd / &&\
git clone --depth 1 https://github.com/Microsoft/vcpkg.git vcpkg &&\
cd /vcpkg &&\
./bootstrap-vcpkg.sh -disableMetrics && \
/vcpkg/vcpkg x-update-baseline
git -C /vcpkg pull
## Install make
RUN --mount=type=cache,target=/var/lib/apt/lists/ apt update && apt install -y make