From d9388e1e51d6ebd74d88ed095acd4d4e1b3732ba Mon Sep 17 00:00:00 2001 From: Nicholas Dudfield Date: Mon, 24 Mar 2025 19:03:16 +0700 Subject: [PATCH] [CONAN] fix typo --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 52ed96742..fccf5866f 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -54,7 +54,7 @@ jobs: run : | conan profile new default --detect || true conan profile update settings.compiler.cppstd=20 default - conan profile update 'conf.tools.build:cxxflags=[]' default TODO:CONAN + conan profile update 'conf.tools.build:cxxflags=[]' default # TODO:CONAN conan profile show default # Check after - name: build uses: ./.github/actions/build