The PR #545 added support for exporting the VK_DRIVER_FILES environment variable.
This was released with v1.3.0.
But the CI pipeline was initially failing due to missing driver registration, even with VK_DRIVERS_FILES set as env var.
So i restored the traditional registry-based driver setup alongside the new export logic to get CI green.
We need to figure out, if Vulkan can discover and load drivers using VK_DRIVER_FILES only
without setting the driver up using registry registration.