Skip to content

Commit

Permalink
test fix docker libc
Browse files Browse the repository at this point in the history
  • Loading branch information
ArendJan committed Nov 28, 2024
1 parent 4efcd89 commit 8c1d2f2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ros-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ jobs:
mkdir -p ./srcO/
mv ./mirte_* ./srcO/
rm -rf ./src
sudo apt install libc-bin -y
rm /var/lib/dpkg/info/libc-bin.*
sudo apt clean
sudo apt update
# sudo apt install libc-bin -y
- uses: arendjan/ros-deb-builder-action@upmain # allows for failing builds
with:
ROS_DISTRO: ${{ matrix.ros_distro }}
Expand Down

0 comments on commit 8c1d2f2

Please sign in to comment.