Skip to content

Commit b070337

Browse files
Merge pull request #321 from orocos/pybind/v2.6.2
Update PyBind11 to v2.6.2
2 parents 509786e + c8a2863 commit b070337

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
name: Build
1111
runs-on: ubuntu-18.04
1212
strategy:
13+
fail-fast: false
1314
matrix:
1415
orocos_build_type: [Debug, Release]
1516
compiler: [gcc, clang]

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[submodule "python_orocos_kdl/pybind11"]
22
path = python_orocos_kdl/pybind11
33
url = https://github.com/pybind/pybind11.git
4-
branch = v2.6.0
4+
branch = v2.6.2

0 commit comments

Comments
 (0)