From 16b52cd41fb280a5804ca3e87b43f4e93ed0327a Mon Sep 17 00:00:00 2001 From: Joris Vaillant Date: Mon, 30 Oct 2023 14:59:09 +0100 Subject: [PATCH] Continue debugging --- .github/workflows/ros_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ros_ci.yml b/.github/workflows/ros_ci.yml index 84d809596..1a03e843a 100644 --- a/.github/workflows/ros_ci.yml +++ b/.github/workflows/ros_ci.yml @@ -19,7 +19,7 @@ jobs: # CCACHE_DIR: /home/runner/.ccache # Enable ccache PRERELEASE: true BUILDER: colcon - DEBUG_BASH: true + VERBOSE_OUTPUT: true runs-on: ubuntu-latest steps: - uses: actions/checkout@v3