We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aa4930 commit 61709a5Copy full SHA for 61709a5
1 file changed
.github/workflows/macOS.yml
@@ -26,12 +26,12 @@ jobs:
26
- uses: actions/checkout@v4
27
- name: "Get modern CMake and Ninja"
28
uses: "lukka/get-cmake@v3.31.6"
29
- - name: Prepare Vulkan SDK
30
- uses: humbletim/setup-vulkan-sdk@v1.2.0
31
- with:
32
- vulkan-query-version: 1.3.290.0
33
- vulkan-components: Vulkan-Headers, Vulkan-Loader
34
- vulkan-use-cache: true
+ # - name: Prepare Vulkan SDK
+ # uses: humbletim/setup-vulkan-sdk@v1.2.0
+ # with:
+ # vulkan-query-version: 1.3.290.0
+ # vulkan-components: Vulkan-Headers, Vulkan-Loader
+ # vulkan-use-cache: true
35
- name: Build
36
run: |
37
mkdir -p build/macos
0 commit comments