This action downloads, unpacks, and configures Vulkan for use in GitHub Actions workflows. Vulkan is unpacked under the temporary directory of a runner.
- uses: milliewalky/setup-vulkan@v1
This action appends VULKAN_SDK
to a temporary PATH file, and therefore, programs such as CMake should not have too much trouble finding it.
The scripts and documentation in this project are released under the MIT License