From 4ae83ba40cd38fc8ec716084f983f43062319996 Mon Sep 17 00:00:00 2001 From: Masaya Kataoka Date: Wed, 2 Oct 2024 19:16:38 +0900 Subject: [PATCH] update workflow Signed-off-by: Masaya Kataoka --- .github/workflows/BuildAndRun.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/BuildAndRun.yaml b/.github/workflows/BuildAndRun.yaml index c6b0e80b6e0..077fa488f84 100644 --- a/.github/workflows/BuildAndRun.yaml +++ b/.github/workflows/BuildAndRun.yaml @@ -34,7 +34,7 @@ jobs: matrix: rosdistro: [humble] runs_on: [ubuntu-22.04] # macos-14 is added for arm support. See also https://x.com/github/status/1752458943245189120?s=20 - cmake_build_type: [Debug, RelWithDebInfo, Release] + cmake_build_type: [RelWithDebInfo, Release] # Debug build type is currently unavailable. @TODO Fix problem and add Debug build. steps: - name: Suppress warnings run: git config --global --add safe.directory '*'