From 29d40f42ef94a0f736b5a4ea34562b243b7e8d2c Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Mon, 15 Feb 2021 20:11:16 +0100 Subject: [PATCH] build: `ci-conan` fixed --- .github/workflows/ci-conan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-conan.yml b/.github/workflows/ci-conan.yml index 837fb0e5..6668c7c5 100644 --- a/.github/workflows/ci-conan.yml +++ b/.github/workflows/ci-conan.yml @@ -60,7 +60,7 @@ jobs: # compiler: { type: GCC, version: 10, cc: "gcc-10", cxx: "g++-10" }, # docker_image: conanio/gcc10 # } - build_type: [ "Release", "Debug" ], + build_type: [ "Release", "Debug" ] downcast_mode: [ "on", "auto" ] steps: - uses: actions/checkout@v2