Skip to content

Commit 95283c0

Browse files
committed
document "install_runtime_only" flag, Install runtime without SDK,
fixes #530
1 parent 0c4ac22 commit 95283c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ The following inputs can be used as `steps.with` keys:
8787
| `vulkan_version` | String | A Vulkan SDK version (eg. `1.3.231.1`). | If `vulkan_version` is not set, the latest version is used. | false |
8888
| `destination` | String | The Vulkan SDK installation folder. | Windows: `C:\VulkanSDK`. Linux/MacOS: `%HOME/vulkan-sdk` | false |
8989
| `optional_components` | String | Comma-separated list of components to install. | Default: no optional components. | false |
90-
| `install_runtime` | bool | Windows only. Installs the vulkan runtime ('vulkan-1.dll') into a `runtime` folder inside `destination`, if true. Windows: `C:\VulkanSDK\runtime`. | true | false |
90+
| `install_runtime` | bool | Windows only. Installs the vulkan runtime ('vulkan-1.dll') into a `runtime` folder inside `destination`, if true. Windows: `C:\VulkanSDK\{vulkan_version}\runtime\{x86,x64}`. | true | false |
91+
| `install_runtime_only` | bool | Windows only. Installs only the Vulkan Runtime components. Disables the installation of the Vulkan SDK. Implicitly sets `install_runtime` to true. | false |
9192
| `cache` | bool | Cache the Vulkan installation folder. | true | false |
9293
| `stripdown` | bool | Windows only. Whether to reduce the size of the SDK, before caching. | false | false |
9394
| `install_swiftshader` | bool | Windows only. Installs Google's SwiftShader software rasterizer. Default: false. | false | false

0 commit comments

Comments
 (0)