Skip to content

Commit

Permalink
Make the job name not just be a number
Browse files Browse the repository at this point in the history
  • Loading branch information
TrentHouliston committed Sep 24, 2023
1 parent 2000e4e commit 3f10bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gcc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- container: ubuntu:18.04
version: "5"

name: ${{ matrix.toolchain.version }}
name: gcc-${{ matrix.toolchain.version }}
runs-on: ubuntu-latest
continue-on-error: true

Expand Down

0 comments on commit 3f10bcf

Please sign in to comment.