diff --git a/.github/workflows/build_natively_arm.yml b/.github/workflows/build_natively_arm.yml index 1642156..3b0c5be 100644 --- a/.github/workflows/build_natively_arm.yml +++ b/.github/workflows/build_natively_arm.yml @@ -51,7 +51,7 @@ jobs: cd ros2_caret_ws mkdir src vcs import src < caret.repos - ./setup_caret.sh + yes | ./setup_caret.sh --no-interactive - name: Build CARET run: |