Skip to content

Commit

Permalink
Tweak CI job names
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisThrasher authored and tylerjw committed Feb 19, 2024
1 parent 549df46 commit 45ede4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
ros_distro: [humble, rolling]
preset: [debug, release, asan, codecov]
compiler:
- { name: gcc }
- { name: clang, flags: -DCMAKE_CXX_COMPILER=clang++ }
- { name: GCC }
- { name: Clang, flags: -DCMAKE_CXX_COMPILER=clang++ }
exclude:
- preset: codecov
compiler: { name: clang }
compiler: { name: Clang }
runs-on: ubuntu-22.04
container: ghcr.io/picknikrobotics/rsl:upstream-${{ matrix.ros_distro }}
env:
Expand Down

0 comments on commit 45ede4b

Please sign in to comment.