remove cxxflags for macos action

This commit is contained in:
Denis Angell
2025-03-24 12:02:01 +01:00
parent b73dd584e7
commit 58e3840345

View File

@@ -53,7 +53,7 @@ jobs:
run : |
conan profile new default --detect || true
conan profile update settings.compiler.cppstd=20 default
conan profile update 'conf.tools.build:cxxflags+=["-DBOOST_ASIO_DISABLE_CONCEPTS"]' default
conan profile update 'conf.tools.build:cxxflags=[]' default
- name: build
uses: ./.github/actions/build
with: