Skip to content

Commit

Permalink
fix: x86
Browse files Browse the repository at this point in the history
  • Loading branch information
Becheler committed Nov 30, 2023
1 parent 750b385 commit e28c81c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: >
Expand Down
7 changes: 7 additions & 0 deletions conan/profiles/linux-x86-gcc12-debug
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[settings]
os=Linux
arch=x86
compiler=gcc
compiler.version=12
compiler.libcxx=libstdc++11
build_type=Debug

0 comments on commit e28c81c

Please sign in to comment.