fix github action

This commit is contained in:
2025-06-14 01:58:51 +01:00
parent be33dbe89f
commit b9a8e8109e

View File

@@ -25,7 +25,7 @@ jobs:
- name: Configure Conan
run: |
conan profile new default --detect --force
conan profile detect
conan profile update settings.compiler.libcxx=libstdc++11 default
- name: Install dependencies and build with Conan