ci: fix vulkan workflow referencing non-existent action (#21442)

This commit is contained in:
Nicholas Sparks 2026-04-04 20:59:51 -04:00 committed by GitHub
parent b8635075ff
commit 661e9acb36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}