Skip to content

Commit

Permalink
reset URL via git remote set-url, update boost
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Gündling <felix.guendling@gmail.com>
  • Loading branch information
felixguendling committed Jun 3, 2024
1 parent 6fa6f5a commit 690d9aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deps/boost
Submodule boost updated 7026 files
1 change: 1 addition & 0 deletions src/load_deps.cc
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ void load_deps(fs::path const& repo, fs::path const& deps_root,
(d->commit_ != bc.commit_ && !commit_exists(d, bc.commit_))) {
fmt::print("{}: fetch\n", d->name());
std::cout << std::flush;
e.exec(d->path_, "git remote set-url {}", d->url_);
e.exec(d->path_, "git fetch origin");
}

Expand Down

0 comments on commit 690d9aa

Please sign in to comment.