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