Skip to content

Commit

Permalink
fix: url reference error when generating trpc-cpp project (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
weimch authored May 9, 2024
1 parent 9845102 commit 5bd0b8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install/protobuf/asset_cpp/WORKSPACE
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
load('@bazel_tools//tools/build_defs/repo:git.bzl', 'git_repository')
git_repository(
name = "trpc_cpp",
remote = "https://git.woa.com/trpc-cpp/open-source/trpc-cpp.git",
branch = "master",
remote = "https://github.com/trpc-group/trpc-cpp.git",
branch = "main",
)
load("@trpc_cpp//trpc:workspace.bzl", "trpc_workspace")

Expand Down

0 comments on commit 5bd0b8a

Please sign in to comment.