We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 592922d commit 8114c4aCopy full SHA for 8114c4a
.github/workflows/generate_Robotics_Backend.yml
@@ -66,7 +66,7 @@ jobs:
66
67
- name: Build base image
68
run: |
69
- apt-get update
+ sudo apt-get update
70
cd scripts
71
if [ "${{ github.event.inputs.ROS }}" == "humble" ]; then
72
docker build -f Dockerfile.dependencies_humble -t jderobot/robotics-applications:dependencies-humble .
0 commit comments