mirror of
https://github.com/azerothcore/mod-account-achievements
synced 2025-11-29 23:39:58 +08:00
fix: build, update clang version
This commit is contained in:
4
.github/workflows/core-build.yml
vendored
4
.github/workflows/core-build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user