Skip to content

Commit

Permalink
Fix name CI jobs
Browse files Browse the repository at this point in the history
Bench: 2371835
  • Loading branch information
SzilBalazs committed Aug 10, 2023
1 parent 0478378 commit 76ecedc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
WhiteCore:
runs-on: ${{matrix.os}}
name: ${{matrix.name}}
name: WhiteCore ${{matrix.arch}} ${{matrix.os}}

strategy:
matrix:
Expand All @@ -16,13 +16,11 @@ jobs:
include:
- os: ubuntu-latest
suffix: "-linux"
name: ${{matrix.arch}} linux
packages: |
sudo apt-get update
sudo apt-get install clang-15
- os: windows-latest
suffix: "-win"
name: ${{matrix.arch}} windows

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 76ecedc

Please sign in to comment.