Skip to content

Commit

Permalink
Add libpython3-dev CI dependency (#2233)
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey authored Nov 8, 2023
1 parent fdbda58 commit 86d7ba5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/ci/packages.apt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ libsdformat14-dev
libtinyxml2-dev
libxi-dev
libxmu-dev
libpython3-dev
python3-distutils
python3-gz-math7
python3-gz-msgs10
Expand Down
3 changes: 3 additions & 0 deletions src/SimulationRunner.cc
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ struct MaybeGilScopedRelease
#else
struct MaybeGilScopedRelease
{
// The empty constructor is needed to avoid an "unused variable" warning
// when an instance of this class is used.
MaybeGilScopedRelease(){}
};
#endif
}
Expand Down

0 comments on commit 86d7ba5

Please sign in to comment.