Skip to content

Commit

Permalink
Fix ros build test
Browse files Browse the repository at this point in the history
  • Loading branch information
novakfi8 committed Nov 1, 2024
1 parent dcf43c7 commit c01e475
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ros_build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ jobs:
# The shell to run commands with in the container
shell: /bin/sh

install: |
apt-get update -q -y
apt-get upgrade -q -y
# Produce a binary artifact and place it in the mounted volume
run: |
git config --global --add safe.directory "*"
Expand Down

0 comments on commit c01e475

Please sign in to comment.