Skip to content

Commit

Permalink
Fix Focal on Jenkins (#364)
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <[email protected]>
  • Loading branch information
chapulina authored Jan 7, 2022
1 parent 1c4a9f7 commit 4b25160
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/ci/packages.apt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
libeigen3-dev
libignition-cmake2-dev
python3-distutils
python3-pybind11
ruby-dev
swig
python3-pybind11
2 changes: 2 additions & 0 deletions examples/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
cmake_minimum_required(VERSION 3.5 FATAL_ERROR)

project(ignition-math-examples)

# Find the Ignition-Math library
set(IGN_MATH_VER 6)
find_package(ignition-math${IGN_MATH_VER} REQUIRED)
Expand Down

0 comments on commit 4b25160

Please sign in to comment.