ci: fix vulkan workflow referencing non-existent action (#21442)
This commit is contained in:
parent
b8635075ff
commit
661e9acb36
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-vulkan.yml
vendored
2
.github/workflows/build-vulkan.yml
vendored
|
|
@ -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 }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue