From 9657e945eac6006ede05ff5258b8bde50f10ab44 Mon Sep 17 00:00:00 2001 From: Simran Spiller Date: Mon, 12 Oct 2020 16:59:36 +0200 Subject: [PATCH] Workaround with unique matrix key shouldn't be necessary If the matrix has non-unique keys, then an artifical unique key is required in order to match the correct include element, or the last one will overwrite other non-unique --- .github/workflows/ci.yml | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c4811bd47..c27a72ff7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,10 +20,8 @@ jobs: strategy: fail-fast: false matrix: - build: [1, 2] include: - - build: 1 - build-type: RelWithDebInfo + - build-type: RelWithDebInfo cc-compiler: gcc cxx-compiler: g++ compiler-name: GCC 9.3.1 @@ -31,8 +29,7 @@ jobs: os-name: Linux (CentOS 7) vfx-cy: 2021 ci-common-version: 2 - - build: 2 - build-type: RelWithDebInfo + - build-type: RelWithDebInfo cc-compiler: clang cxx-compiler: clang++ compiler-name: Clang 10.0.0 @@ -117,10 +114,8 @@ jobs: windows: strategy: matrix: - build: [1] include: - - build: 1 - build-type: RelWithDebInfo + - build-type: RelWithDebInfo compiler-name: MSVC 16.x os-name: Windows os-arch: x86_64 @@ -288,10 +283,8 @@ jobs: macos: strategy: matrix: - build: [1] include: - - build: 1 - build-type: RelWithDebInfo + - build-type: RelWithDebInfo compiler-name: Clang LLVM os-name: macOS os-arch: x86_64