Skip to content

Commit 61709a5

Browse files
committed
ci: Turn off Vulkan for macOS right now due to GitHub Actions weirdness
1 parent 5aa4930 commit 61709a5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/macOS.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626
- uses: actions/checkout@v4
2727
- name: "Get modern CMake and Ninja"
2828
uses: "lukka/[email protected]"
29-
- name: Prepare Vulkan SDK
30-
uses: humbletim/[email protected]
31-
with:
32-
vulkan-query-version: 1.3.290.0
33-
vulkan-components: Vulkan-Headers, Vulkan-Loader
34-
vulkan-use-cache: true
29+
# - name: Prepare Vulkan SDK
30+
# uses: humbletim/[email protected]
31+
# with:
32+
# vulkan-query-version: 1.3.290.0
33+
# vulkan-components: Vulkan-Headers, Vulkan-Loader
34+
# vulkan-use-cache: true
3535
- name: Build
3636
run: |
3737
mkdir -p build/macos

0 commit comments

Comments
 (0)