feat(CI): set only default version clang (#21)

This commit is contained in:
Kargatum
2021-05-13 14:24:03 +07:00
committed by GitHub
parent b66fc79d1b
commit 403e416e05

View File

@@ -8,8 +8,8 @@ jobs:
strategy:
fail-fast: false
matrix:
compiler: [clang6, clang9, clang10]
runs-on: ubuntu-20.04
compiler: [clang]
runs-on: ubuntu-latest
name: ${{ matrix.compiler }}
env:
COMPILER: ${{ matrix.compiler }}
@@ -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