Merge pull request #10 from azerothcore/clang-version

fix: build, update clang version
This commit is contained in:
Stefano Borzì
2021-10-23 15:35:00 +02:00
committed by GitHub

View File

@@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
compiler: [clang6, clang9, clang10]
compiler: [clang]
runs-on: ubuntu-20.04
name: ${{ matrix.compiler }}
env:
@@ -42,4 +42,4 @@ jobs:
- name: Dry run
run: source ./apps/ci/ci-worldserver-dry-run.sh
- name: Check startup errors
run: source ./apps/ci/ci-error-check.sh
run: source ./apps/ci/ci-error-check.sh