Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nic11 committed Dec 22, 2024
1 parent daa5a54 commit a682381
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion misc/deps_linux/vcpkg-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
if [[ "$1" == "--get-image-uri" ]]; then
. misc/github_env_linux && echo "$SKYMP_VCPKG_DEPS_IMAGE"
exit
elif [[ "$1" == "--ensure-deps-noninteractive" ]]; then
fi

if [[ "$1" == "--ensure-deps-noninteractive" ]]; then
# Nothing to prepare, vcpkg-deps image already contains all we need
fi

0 comments on commit a682381

Please sign in to comment.