Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
guocuimi committed Jun 29, 2024
1 parent 610a882 commit 5c0a8e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/run_in_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ RUN_OPTS+=("-v $(pwd):$(pwd)")
RUN_OPTS+=("-v /tmp:/tmp")
RUN_OPTS+=("-v ${HOME}:${HOME}")

# Carry over cache settings
# Carry over cache settings
VCPKG_DEFAULT_BINARY_CACHE=${VCPKG_DEFAULT_BINARY_CACHE:-${HOME}/.cache/vcpkg}
mkdir -p "${VCPKG_DEFAULT_BINARY_CACHE}"
Expand Down

0 comments on commit 5c0a8e2

Please sign in to comment.