ci: fix vulkan workflow referencing non-existent action (#21442)
This commit is contained in:
@@ -72,7 +72,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Setup Vulkan SDK
|
- name: Setup Vulkan SDK
|
||||||
if: steps.cache-sdk.outputs.cache-hit != 'true'
|
if: steps.cache-sdk.outputs.cache-hit != 'true'
|
||||||
uses: ./.github/actions/linux-setup-vulkan-llvmpipe
|
uses: ./.github/actions/linux-setup-vulkan
|
||||||
with:
|
with:
|
||||||
path: ./vulkan_sdk
|
path: ./vulkan_sdk
|
||||||
version: ${{ env.VULKAN_SDK_VERSION }}
|
version: ${{ env.VULKAN_SDK_VERSION }}
|
||||||
|
|||||||
Reference in New Issue
Block a user