Skip to content

Commit

Permalink
fix: Add git safe.directory
Browse files Browse the repository at this point in the history
  • Loading branch information
PearsonWhite committed Oct 11, 2024
1 parent 995f4b1 commit 15a92fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ function compile_cairo_native_runtime() {
fi

# Then we clone and build the runtime from the repo
git config --global --add safe.directory "*"
$SUDO git clone https://github.com/lambdaclass/cairo_native.git
pushd ./cairo_native || exit 1
git switch v0.2.0-alpha.2 --detach
Expand Down

0 comments on commit 15a92fe

Please sign in to comment.