Skip to content

Commit

Permalink
Revert MODULE.bazel changes
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <[email protected]>
  • Loading branch information
mjcarroll committed Nov 15, 2024
1 parent 4cff5ae commit 4bf933b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ bazel_dep(name = "eigen", version = "3.4.0")
# Gazebo Dependencies
bazel_dep(name = "rules_gazebo", version = "0.0.2")
bazel_dep(name = "gz-utils")
local_path_override(
archive_override(
module_name = "gz-utils",
path = "/usr/local/google/home/mjcarroll/workspaces/gz_ionic_bazel/gz-utils/",
strip_prefix = "gz-utils-gz-utils3",
urls = ["https://github.com/gazebosim/gz-utils/archive/refs/heads/gz-utils3.tar.gz"],
)

0 comments on commit 4bf933b

Please sign in to comment.