diff --git a/scripts/dependencies.sh b/scripts/dependencies.sh index 1438f55249..d1a19b7aba 100755 --- a/scripts/dependencies.sh +++ b/scripts/dependencies.sh @@ -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