From ca2ecc3e600a32cb7325584b2a8600c17db87b39 Mon Sep 17 00:00:00 2001 From: Dan Paulat Date: Sat, 28 Jan 2023 22:02:12 -0600 Subject: [PATCH] Conan compiler needs quotes --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1966f44f..e34746fe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,7 +78,7 @@ jobs: --build missing ` --settings arch=${{ matrix.conan_arch }} ` --settings build_type=${{ matrix.build_type }} ` - --settings compiler=${{ matrix.conan_compiler }} ` + --settings compiler="${{ matrix.conan_compiler }}" ` --settings compiler.version=${{ matrix.conan_compiler_version }} ` --settings compiler.runtime=${{ matrix.conan_compiler_runtime }}