From 3444d1bdfab6241ad27002af6dbdd2c25a9ae01a Mon Sep 17 00:00:00 2001 From: RaduLucian <57638808+RaduLucianR@users.noreply.github.com> Date: Mon, 4 Mar 2024 14:36:57 +0100 Subject: [PATCH] Answer yes to all install Qs --- .github/workflows/build_natively_arm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |