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