[CONAN] clear cache

This commit is contained in:
Nicholas Dudfield
2025-03-24 16:40:59 +07:00
parent 8ea35ace02
commit 2061d6d44c

View File

@@ -56,6 +56,7 @@ jobs:
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 remove boost/1.86.0 --force
- name: build
uses: ./.github/actions/build
with: