diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 3f93e1f2..4a30ac38 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -60,7 +60,7 @@ jobs: - name: Conan install dependencies run: > - conan install conanfile.py --profile:build=conan/profiles/linux-armv8-gcc12-debug --profile:host=conan/profiles/linux-armv8-gcc12-debug --build=missing --output-folder=build + conan install conanfile.py --profile:build=conan/profiles/linux-x86-gcc12-debug --profile:host=conan/profiles/linux-x86-gcc12-debug --build=missing --output-folder=build - name: CMake configuration run: > diff --git a/conan/profiles/linux-x86-gcc12-debug b/conan/profiles/linux-x86-gcc12-debug new file mode 100644 index 00000000..f289cfe1 --- /dev/null +++ b/conan/profiles/linux-x86-gcc12-debug @@ -0,0 +1,7 @@ +[settings] +os=Linux +arch=x86 +compiler=gcc +compiler.version=12 +compiler.libcxx=libstdc++11 +build_type=Debug \ No newline at end of file