We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 101b82a commit 7b09f61Copy full SHA for 7b09f61
.github/workflows/ci-colcon.yaml
@@ -30,7 +30,7 @@ jobs:
30
fail-fast: false
31
matrix:
32
os: [ubuntu-22.04]
33
- build-type: [Debug, RelWithDebInfo]
+ build-type: [RelWithDebInfo]
34
standalone: [colcon]
35
runs-on: ${{ matrix.os }}
36
steps:
0 commit comments