From 0308df3c8c39f770414134af2ff46fd46a158b1a Mon Sep 17 00:00:00 2001 From: Volodymyr Shymanskyy Date: Sun, 22 Dec 2019 00:55:02 +0200 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cbbc61a..4391ab6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,8 +11,8 @@ jobs: fail-fast: false matrix: compiler: [gcc, clang] - build_type: ["-DCMAKE_BUILD_TYPE=Debug", ""] flags: ["", "-m32"] + build_type: ["-DCMAKE_BUILD_TYPE=Debug", ""] exclude: - compiler: clang @@ -76,8 +76,8 @@ jobs: strategy: fail-fast: false matrix: - toolset: ["-T ClangCL", ""] platform: ["-A x86", "-A x64"] + toolset: ["-T ClangCL", ""] steps: - uses: actions/checkout@v1