Skip to content

Commit 738d36e

Browse files
committed
Updated mac.yml
1 parent e740ac8 commit 738d36e

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

.github/workflows/mac.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)