fix: remove vestigial -DBOOST_ASIO_DISABLE_CONCEPTS usage (#526)

This commit is contained in:
Niq Dudfield
2025-06-27 14:41:30 +07:00
committed by GitHub
parent b4b6e4261b
commit 2cf4b3ec4c

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