diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 19202937..211a15e2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -43,6 +43,7 @@ jobs: - name: Run Conan Install run: | conan profile detect + powershell -Command "(gc $(conan profile path default)) -replace 'compiler.cppstd=14', 'compiler.cppstd=17' | Out-File -encoding ASCII $(conan profile path default)" conan install -of . -o with_tests=True . - name: Run CMake run: cmake --preset conan-default .