Skip to content

Commit

Permalink
Update core-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
liyunfan1223 committed Mar 4, 2024
1 parent 07f7972 commit d99e6d9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/core-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ jobs:
# the result of the matrix will be the combination of all attributes, so we get os*compiler builds
include:
- os: ubuntu-20.04
c_compiler: clang12
cpp_compiler: clang12++
c_compiler: clang
cpp_compiler: clang++
build_type: Release
- os: ubuntu-20.04
c_compiler: gcc10
cpp_compiler: g++10
c_compiler: gcc
cpp_compiler: g++
build_type: Release

runs-on: ${{ matrix.os }}
name: ${{ matrix.os }}-${{ matrix.compiler }}
name: ${{ matrix.os }}-${{ matrix.cpp_compiler }}

steps:
- name: Checkout AzerothCore
Expand Down

0 comments on commit d99e6d9

Please sign in to comment.