fix: remove vestigial -DBOOST_ASIO_DISABLE_CONCEPTS usage

This commit is contained in:
Nicholas Dudfield
2025-06-26 16:01:10 +07:00
parent c35890d5f8
commit ff7bdbef70

View File

@@ -91,7 +91,6 @@ jobs:
run: |
conan profile new default --detect || true # Ignore error if profile exists
conan profile update settings.compiler.cppstd=20 default
conan profile update 'conf.tools.build:cxxflags+=["-DBOOST_ASIO_DISABLE_CONCEPTS"]' default
- name: Install dependencies
uses: ./.github/actions/xahau-ga-dependencies