diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 27ca0b095..d618f9f06 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -142,6 +142,7 @@ jobs: run: | #conan create ./cppflow/ -pr:h=default -pr:b=default -s compiler.libcxx=libstdc++11 conan profile detect + sed -i'' -e "s|generators|#generators|1" ./cppflow/conanfile.py conan create ./cppflow/ -s compiler.libcxx=libstdc++11 - name: Create cppflow package on apple-clang