[CONAN] fix typo

This commit is contained in:
Nicholas Dudfield
2025-03-24 19:03:16 +07:00
parent 73c1748241
commit d9388e1e51

View File

@@ -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