mirror of
https://github.com/JHUAPL/kami.git
synced 2026-01-09 14:58:02 -05:00
Add default arch
This commit is contained in:
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -36,6 +36,7 @@ jobs:
|
|||||||
- name: Conan Profile Setup
|
- name: Conan Profile Setup
|
||||||
run: |
|
run: |
|
||||||
conan profile new default
|
conan profile new default
|
||||||
|
conan profile update settings.arch=x86_64 default
|
||||||
conan profile update settings.compiler=gcc default
|
conan profile update settings.compiler=gcc default
|
||||||
conan profile update settings.compiler.libcxx=libstdc++11 default
|
conan profile update settings.compiler.libcxx=libstdc++11 default
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user