-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -96,20 +96,13 @@ jobs: | |
with: | ||
python-version: '3.10' | ||
- name: Prepare Vulkan SDK | ||
# Disable Vulkan for MacOS for now, as it requires MoltenVK | ||
# Disable Vulkan for MacOS for now, as it requires MoltenVK | ||
if: ${{ !startsWith(matrix.config.name, 'emscripten') && !startsWith(matrix.config.name, 'macOS') }} | ||
uses: humbletim/[email protected] | ||
with: | ||
vulkan-query-version: 1.3.204.0 | ||
vulkan-components: Vulkan-Headers, Vulkan-Loader, SPIRV-Tools | ||
vulkan-use-cache: true | ||
- name: Prepare Vulkan SDK | ||
if: ${{ !startsWith(matrix.config.name, 'macOS') }} | ||
uses: humbletim/[email protected] | ||
with: | ||
vulkan-query-version: 1.3.204.0 | ||
vulkan-components: MoltenVK | ||
vulkan-use-cache: true | ||
- name: Print env | ||
run: | | ||
echo github.event.action: ${{ github.event.action }} | ||
|