Skip to content

Commit

Permalink
Revert "Fix libcosim release channel in conanfile"
Browse files Browse the repository at this point in the history
This reverts commit 7ff28c7.
  • Loading branch information
kyllingstad committed Apr 18, 2024
1 parent 7ff28c7 commit d28722d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def configure(self):
"doxygen/[>=1.8]",
)
requires = (
"libcosim/0.10.3@osp/stable",
"libcosim/0.10.3@osp/testing-bugfix_transitive-libs-boost",
)

# Exports
Expand Down

0 comments on commit d28722d

Please sign in to comment.