We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2510fa7 commit 8965ea7Copy full SHA for 8965ea7
.github/workflows/build_wheels.yml
@@ -78,6 +78,8 @@ jobs:
78
git clone --recursive https://github.com/frankaemika/libfranka.git
79
cd libfranka
80
git checkout ${{ inputs.libfranka-version }}
81
+ # Cherry-pick missing imports commit
82
+ if ! git merge-base --is-ancestor f1f46fb HEAD; then git cherry-pick -m 1 f1f46fb; fi
83
git submodule update
84
mkdir build && cd build
85
cmake -DBUILD_TESTS=OFF -DBUILD_EXAMPLES=OFF ..
0 commit comments