ci(ros_integration_tests): add bc to the installed packages

because it's used to calculate the PX4_SIM_SPEED_FACTOR in `init.d-posix/rcS`.
This commit is contained in:
Matthias Grob
2026-05-11 17:57:33 +02:00
parent 48ea8ee939
commit f3122d6102
+1 -1
View File
@@ -45,7 +45,7 @@ jobs:
- name: Install gazebo
run: |
apt update && apt install -y gazebo11 libgazebo11-dev gstreamer1.0-plugins-bad gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-ugly libgstreamer-plugins-base1.0-dev
apt update && apt install -y bc gazebo11 libgazebo11-dev gstreamer1.0-plugins-bad gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-ugly libgstreamer-plugins-base1.0-dev
- uses: ./.github/actions/setup-ccache
id: ccache