This commit is contained in:
Helias
2021-05-30 17:26:02 +02:00
parent 2037372d84
commit 37e80fedfb

View File

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