File tree Expand file tree Collapse file tree 4 files changed +18
-12
lines changed
Expand file tree Collapse file tree 4 files changed +18
-12
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
1212- "It was a bright day in April, and the clocks were striking thirteen." - 1984
1313
14- ## [ 1.2.4] - 20025-11-06
14+ ## [ 1.2.5] - 2025-12-06
15+
16+ ### Fixed
17+
18+ - fixes for "Vulkan Runtime for Windows" installation and "deprecation of the standalone RT installer" (#500 )
19+ The Vulkan runtime is installed into system folders by the Vulkan SDK installer.
20+ We copy these files back into the "VulkanSDK/version/runtime/{x86|x64}" folder.
21+ This is the installation we used with the standalone RT installer.
22+ This is done to ensure backwards compatibility with CI steps, which copy files from this location.
23+ - fixed verifyInstallationOfRuntime() to detect the runtime files correctly
24+
25+ ## [ 1.2.4] - 2025-11-06
1526
1627### Fixed
1728
@@ -142,8 +153,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
142153
143154<!-- Section for Reference Links -->
144155
145- [ vNext ] : https://github.com/jakoch/install-vulkan-sdk-action/compare/v1.2.4...HEAD
146- [ 1.2.3 ] : https://github.com/jakoch/install-vulkan-sdk-action/compare/v1.2.3...v1.2.4
156+ [ vNext ] : https://github.com/jakoch/install-vulkan-sdk-action/compare/v1.2.5...HEAD
157+ [ 1.2.5 ] : https://github.com/jakoch/install-vulkan-sdk-action/compare/v1.2.4...v1.2.5
158+ [ 1.2.4 ] : https://github.com/jakoch/install-vulkan-sdk-action/compare/v1.2.3...v1.2.4
147159[ 1.2.3 ] : https://github.com/jakoch/install-vulkan-sdk-action/compare/v1.2.2...v1.2.3
148160[ 1.2.2 ] : https://github.com/jakoch/install-vulkan-sdk-action/compare/v1.2.1...v1.2.2
149161[ 1.2.1 ] : https://github.com/jakoch/install-vulkan-sdk-action/compare/v1.2.0...v1.2.1
Original file line number Diff line number Diff line change @@ -91,12 +91,6 @@ The following inputs can be used as `steps.with` keys:
9191| `install_lavapipe` | bool | Windows only. Installs Mesa's Lavapipe software rasterizer. Default : false. | false
9292| `lavapipe_destination` | String | The installation folder for Lavapipe. | Windows : ` C:\l avapipe` . Linux/MacOS: `%HOME/lavapipe` | false
9393
94- Additional notes :
95-
96- - `install_runtime` : The standalone Vulkan Runtime installer was only available for Windows (x64 and ARM64).
97- It is now deprecated and no longer available for download. The last available version is 1.4.313.0.
98- From version 1.4.313.1 onwards, the runtime is included in the SDK installer.
99-
10094# ## Outputs
10195
10296The following output variables are available :
Original file line number Diff line number Diff line change 11{
22 "name" : " install-vulkan-sdk-action" ,
3- "version" : " 1.2.4 " ,
3+ "version" : " 1.2.5 " ,
44 "private" : true ,
55 "description" : " A Github Action installing the Vulkan SDK and Runtime." ,
66 "author" : " Jens A. Koch" ,
You can’t perform that action at this time.
0 commit comments