We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63cd3ec commit 545f689Copy full SHA for 545f689
1 file changed
.github/workflows/mac.yml
@@ -37,12 +37,10 @@ jobs:
37
38
- name: Setting up Conan profile
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
+ run: conan atlas update
41
42
- name: Setting up vulkan-cpp Development Environment
43
- run: |
44
- conan atlas setup
45
- conan atlas update
+ run: conan atlas setup
46
47
- name: Building vulkan-cpp
48
run: |
0 commit comments