ci: more optimizations (#26983)

* replace rpc job with cpu

* remove vulkan cache

* move windows to build vulkan
This commit is contained in:
Eve
2026-08-17 19:59:40 +00:00
committed by GitHub
parent 087f94d82e
commit 058df671b2
5 changed files with 58 additions and 136 deletions
@@ -1,20 +0,0 @@
name: "Linux - Setup Vulkan SDK"
description: "Setup Vulkan SDK for Linux"
inputs:
path:
description: "Installation path"
required: true
version:
description: "Vulkan SDK version"
required: true
runs:
using: "composite"
steps:
- name: Setup Vulkan SDK
id: setup
uses: ./.github/actions/unarchive-tar
with:
url: https://sdk.lunarg.com/sdk/download/${{ inputs.version }}/linux/vulkan_sdk.tar.xz
path: ${{ inputs.path }}
strip: 1