Skip to content

Commit

Permalink
feat: custom job names
Browse files Browse the repository at this point in the history
  • Loading branch information
mgerhold committed Nov 2, 2024
1 parent bf281ed commit 857a474
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
sudo ./llvm.sh 18
sudo apt install libstdc++-14-dev
build-type: Release
name: ${{ matrix.compiler-name }} ${{ matrix.build-type }}

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -74,6 +75,7 @@ jobs:
strategy:
matrix:
build-type: [ Debug, Release ]
name: MSVC ${{ matrix.build-type }}
steps:
- uses: actions/checkout@v3
- name: Install Ninja
Expand Down

0 comments on commit 857a474

Please sign in to comment.