fix(CI): correct name suffix of PCH jobs (#18632)
This commit is contained in:
parent
293555f41d
commit
61ee67b95d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/core-build-pch.yml
vendored
2
.github/workflows/core-build-pch.yml
vendored
|
|
@ -33,7 +33,7 @@ jobs:
|
|||
CC: gcc-13
|
||||
CXX: g++-13
|
||||
runs-on: ${{ matrix.os }}
|
||||
name: ${{ matrix.os }}-${{ matrix.compiler.CC }}-nopch
|
||||
name: ${{ matrix.os }}-${{ matrix.compiler.CC }}-pch
|
||||
if: github.repository == 'azerothcore/azerothcore-wotlk' && !github.event.pull_request.draft
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue