From 783c3ac1d686545cbe321eab79e945dfd7f1b4f2 Mon Sep 17 00:00:00 2001 From: Philipp Basler <28863303+phbasler@users.noreply.github.com> Date: Thu, 5 Dec 2024 07:48:54 +0100 Subject: [PATCH] fix syntax --- .github/workflows/windows_unit_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows_unit_tests.yml b/.github/workflows/windows_unit_tests.yml index 4a544166..bbd74768 100644 --- a/.github/workflows/windows_unit_tests.yml +++ b/.github/workflows/windows_unit_tests.yml @@ -27,7 +27,7 @@ jobs: - run: conan profile detect - - run: conan create . --options &:enable_tests=True + - run: conan create . --options '&:enable_tests=True'