build: ci-conan fixed

This commit is contained in:
Mateusz Pusz
2021-02-15 20:11:16 +01:00
parent a0aa450267
commit 29d40f42ef

View File

@@ -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