diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1fc16016c..5f212be8a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -241,7 +241,7 @@ jobs: - name: 📦 Install vcpkg uses: friendlyanon/setup-vcpkg@v1 - with: { committish: ef7dbf94b9198bc58f45951adcf1f041fcbc5ea0 } + with: { committish: dd3097e305afa53f7b4312371f62058d2e665320 } - name: ⬇️ Install dependencies run: | diff --git a/dist/macOS/arm64.Dockerfile b/dist/macOS/arm64.Dockerfile index eba132074..59e821712 100644 --- a/dist/macOS/arm64.Dockerfile +++ b/dist/macOS/arm64.Dockerfile @@ -53,13 +53,13 @@ RUN --mount=type=cache,target=/var/lib/apt/lists/ apt update && apt install -y l # -- DOWNLOADING + BUILDING STUFF ENV VCPKG_DEFAULT_BINARY_CACHE /cache/vcpkg -COPY --from=imhex /dist/vcpkg.json /vcpkg.json -RUN --mount=type=cache,target=/cache <