File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,15 +36,14 @@ jobs:
3636 run : /usr/sbin/softwareupdate --install-rosetta --agree-to-license
3737
3838 - name : Setting up Conan profile
39- run : conan config install -sf profiles/armv8/mac/ -tf profiles https://github.com/engine3d-dev/conan-config.git
39+ # run: conan config install -sf profiles/armv8/mac/ -tf profiles https://github.com/engine3d-dev/conan-config.git
40+ run : conan config install https://github.com/engine3d-dev/conan-config.git
4041
41- - name : Installing Atlas repositories
42- run : |
43- conan remote add engine3d-conan https://libhal.jfrog.io/artifactory/api/conan/engine3d-conan
44- conan remote add libhal-trunk https://libhal.jfrog.io/artifactory/api/conan/trunk-conan
42+ - name : Setting up vulkan-cpp Development Environment
43+ run : conan atlas setup
4544
4645 - name : Building vulkan-cpp
4746 run : |
48- conan create . -b missing -s build_type=Release -pr mac_armv8
49- conan create . -b missing -s build_type=Debug -pr mac_armv8
50- conan create . -b missing -s build_type=MinSizeRel -pr mac_armv8
47+ conan atlas create . -b missing -s build_type=Release
48+ conan atlas create . -b missing -s build_type=Debug
49+ conan atlas create . -b missing -s build_type=MinSizeRel
You can’t perform that action at this time.
0 commit comments