Skip to content

Commit 661e9ac

Browse files
authored
ci: fix vulkan workflow referencing non-existent action (#21442)
1 parent b863507 commit 661e9ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-vulkan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272

7373
- name: Setup Vulkan SDK
7474
if: steps.cache-sdk.outputs.cache-hit != 'true'
75-
uses: ./.github/actions/linux-setup-vulkan-llvmpipe
75+
uses: ./.github/actions/linux-setup-vulkan
7676
with:
7777
path: ./vulkan_sdk
7878
version: ${{ env.VULKAN_SDK_VERSION }}

0 commit comments

Comments
 (0)