Skip to content

Commit 8965ea7

Browse files
author
Tim Schneider
committed
Added cherry pick for missing import fix
1 parent 2510fa7 commit 8965ea7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_wheels.yml

+2
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ jobs:
7878
git clone --recursive https://github.com/frankaemika/libfranka.git
7979
cd libfranka
8080
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
8183
git submodule update
8284
mkdir build && cd build
8385
cmake -DBUILD_TESTS=OFF -DBUILD_EXAMPLES=OFF ..

0 commit comments

Comments
 (0)