Skip to content

Commit

Permalink
fix: Readd unset moose dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lcruz99 committed Nov 29, 2024
1 parent 65111f6 commit 7bd2ff1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Empty file.
2 changes: 2 additions & 0 deletions ci/build_libtelio.py
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,8 @@ def exec_build(args):
moose_utils.fetch_moose_dependencies(args.os, MOOSE_MAP[args.arch])

moose_utils.set_cargo_dependencies()
else:
moose_utils.unset_cargo_dependencies()

if args.os == "windows":
if args.msvc:
Expand Down

0 comments on commit 7bd2ff1

Please sign in to comment.