Commit 3eeac9f 1 parent ec7b5b8 commit 3eeac9f Copy full SHA for 3eeac9f
File tree 1 file changed +3
-5
lines changed
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -41,15 +41,13 @@ jobs:
41
41
run : |
42
42
conan profile detect
43
43
conan version
44
- cp .github/conan2/macos_default ~/.conan2/profiles/default
45
44
conan profile show
46
45
mkdir -p libs
47
- mkdir -p build
48
46
49
47
- name : compile x86_64
50
48
shell : bash
51
49
run : |
52
- conan install . --output-folder=build --build=missing
50
+ conan install conanfile.txt --output-folder=build --build=missing -s:h arch=x86_64
53
51
cd build
54
52
cp ../toolchains/macos-x86_64.cmake conan_toolchain.cmake
55
53
LIB_SUFFIX="-macos-x86_64" cmake .. -DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake -DCMAKE_BUILD_TYPE=Release
61
59
- name : compile aarch64
62
60
shell : bash
63
61
run : |
64
- conan install . --output-folder=build --build=missing
62
+ conan install conanfile.txt --output-folder=build --build=missing
65
63
cd build
66
64
cp ../toolchains/macos-aarch64.cmake conan_toolchain.cmake
67
65
LIB_SUFFIX="-macos-aarch64" cmake .. -DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake -DCMAKE_BUILD_TYPE=Release
@@ -157,7 +155,7 @@ jobs:
157
155
CMakeLists.txt
158
156
/usr/local/Cellar
159
157
key : ${{ github.sha }}-${{ github.run_id }}
160
-
158
+
161
159
- name : ' Download jextract'
162
160
id : jextract
163
161
uses : oracle-actions/setup-java@v1
You can’t perform that action at this time.
0 commit comments