File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
.github/actions/openziti-tunnel-build-action Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ RUN curl -sSfL https://cmake.org/files/v${CMAKE_VERSION%.*}/cmake-${CMAKE_VERSIO
4040
4141ENV VCPKG_ROOT=/usr/local/vcpkg
4242# this must be set on arm. see https://learn.microsoft.com/en-us/vcpkg/users/config-environment#vcpkg_force_system_binaries
43+ ENV VCPKG_BINARY_SOURCES="clear;files,/github/workspace/vcpkg_cache,readwrite"
4344ENV VCPKG_FORCE_SYSTEM_BINARIES=yes
4445
4546RUN cd /usr/local \
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ RUN curl -sSfL https://cmake.org/files/v${CMAKE_VERSION%.*}/cmake-${CMAKE_VERSIO
5454 && rm cmake.sh
5555
5656ENV VCPKG_ROOT=/usr/local/vcpkg
57+ ENV VCPKG_BINARY_SOURCES="clear;files,/github/workspace/vcpkg_cache,readwrite"
5758# this must be set on arm. see https://learn.microsoft.com/en-us/vcpkg/users/config-environment#vcpkg_force_system_binaries
5859ENV VCPKG_FORCE_SYSTEM_BINARIES=yes
5960
Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ RUN curl -sSfL "https://cmake.org/files/v${CMAKE_VERSION%.*}/cmake-${CMAKE_VERSI
5959 && rm cmake.sh
6060
6161ENV VCPKG_ROOT=/usr/local/vcpkg
62+ ENV VCPKG_BINARY_SOURCES="clear;files,/github/workspace/vcpkg_cache,readwrite"
6263# this must be set on arm. see https://learn.microsoft.com/en-us/vcpkg/users/config-environment#vcpkg_force_system_binaries
6364ENV VCPKG_FORCE_SYSTEM_BINARIES=yes
6465
You can’t perform that action at this time.
0 commit comments