Skip to content

Commit

Permalink
Merge pull request #321 from orocos/pybind/v2.6.2
Browse files Browse the repository at this point in the history
Update PyBind11 to v2.6.2
  • Loading branch information
MatthijsBurgh authored Feb 7, 2021
2 parents 509786e + c8a2863 commit b070337
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
name: Build
runs-on: ubuntu-18.04
strategy:
fail-fast: false
matrix:
orocos_build_type: [Debug, Release]
compiler: [gcc, clang]
Expand Down
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "python_orocos_kdl/pybind11"]
path = python_orocos_kdl/pybind11
url = https://github.com/pybind/pybind11.git
branch = v2.6.0
branch = v2.6.2

0 comments on commit b070337

Please sign in to comment.