We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 509786e + c8a2863 commit b070337Copy full SHA for b070337
.github/workflows/main.yml
@@ -10,6 +10,7 @@ jobs:
10
name: Build
11
runs-on: ubuntu-18.04
12
strategy:
13
+ fail-fast: false
14
matrix:
15
orocos_build_type: [Debug, Release]
16
compiler: [gcc, clang]
.gitmodules
@@ -1,4 +1,4 @@
1
[submodule "python_orocos_kdl/pybind11"]
2
path = python_orocos_kdl/pybind11
3
url = https://github.com/pybind/pybind11.git
4
- branch = v2.6.0
+ branch = v2.6.2
0 commit comments