Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Deamon87 committed Jan 7, 2023
1 parent df03ba6 commit e1fb8e1
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit e1fb8e1

Please sign in to comment.