Skip to content

Commit

Permalink
chore: install tools needs sudo cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
cmars committed Feb 25, 2024
1 parent 5a7b791 commit 325d598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CAPNP_VERSION="1.0.2"
PROTOC_VERSION="24.3" # Keep in sync with veilid-core/build.rs

build_dir=$(mktemp -d)
trap "rm -rf $build_dir" EXIT
trap "sudo rm -rf $build_dir" EXIT

cd $build_dir
mkdir -p capnp-build protoc-install
Expand Down

0 comments on commit 325d598

Please sign in to comment.