From 4721d32ef85c879be1ec0c91ff4f646ed70a1bda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefano=20Borz=C3=AC?= Date: Sat, 23 Oct 2021 14:23:41 +0200 Subject: [PATCH] fix: build, update clang version --- .github/workflows/core-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/core-build.yml b/.github/workflows/core-build.yml index 5f6e1b6..37dc783 100644 --- a/.github/workflows/core-build.yml +++ b/.github/workflows/core-build.yml @@ -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 \ No newline at end of file + run: source ./apps/ci/ci-error-check.sh