Skip to content

Commit

Permalink
CI: Workaround to mark workspace safe
Browse files Browse the repository at this point in the history
Signed-off-by: Julian Oes <[email protected]>
  • Loading branch information
julianoes committed Feb 15, 2024
1 parent 216ca26 commit 03cfe1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rpi-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
wget https://github.com/mavlink/MAVSDK/releases/download/v2.2.0/libmavsdk-dev_2.2.0_debian11_arm64.deb
dpkg -i libmavsdk-dev_2.2.0_debian11_arm64.deb
rm libmavsdk-dev_2.2.0_debian11_arm64.deb
git config --global --add safe.directory "$GITHUB_WORKSPACE"
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_SHARED_LIBS=ON -DCMAKE_INSTALL_PREFIX=install -Bbuild -S.
cmake --build build -j$(nproc) --target install
./create_packages.sh ./install . arm64 siyi-a8-mini-camera-manager
Expand Down

0 comments on commit 03cfe1b

Please sign in to comment.