File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -184,6 +184,8 @@ jobs:
184184 # export VULKAN_VERSION="$(curl -fsSL https://vulkan.lunarg.com/sdk/latest/linux.txt)"
185185 # echo "Downloading Vulkan SDK version ${VULKAN_VERSION}"
186186
187+ sudo apt update
188+ sudo apt install xz-utils
187189 mkdir -p "/opt/vulkan-sdk"
188190 curl --no-progress-meter "https://sdk.lunarg.com/sdk/download/${VULKAN_VERSION}/linux/vulkan_sdk.tar.xz" | tar -Jx --strip-components=1 -C "/opt/vulkan-sdk"
189191 echo "VULKAN_SDK=/opt/vulkan-sdk/x86_64" >> $GITHUB_ENV
Original file line number Diff line number Diff line change @@ -86,8 +86,8 @@ static std::vector<vk::PhysicalDevice> dedupedDevices() {
8686#endif
8787 break ;
8888 case VK_VENDOR_ID_QUALCOMM:
89- driver_priorities [vk::DriverId::eQualcommProprietary] = 1 ;
90- driver_priorities [vk::DriverId::eMesaTurnip] = 2 ;
89+ driverPriorities [vk::DriverId::eQualcommProprietary] = 1 ;
90+ driverPriorities [vk::DriverId::eMesaTurnip] = 2 ;
9191 break ;
9292 }
9393 driverPriorities[vk::DriverId::eMesaDozen] = 100 ;
You can’t perform that action at this time.
0 commit comments