Skip to content

Commit a653c61

Browse files
authored
Add vulkan-profiles to nvchecker (#521)
1 parent 6ed6f7e commit a653c61

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Ansible/roles/nvchecker/files/nvchecker.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1348,6 +1348,13 @@ prefix = "vulkan-sdk-"
13481348
use_max_tag = true
13491349
include_regex = 'vulkan-sdk-\d+(\.\d+)*'
13501350

1351+
[vulkan-profiles]
1352+
source = "github"
1353+
github = "KhronosGroup/vulkan-profiles"
1354+
prefix = "vulkan-sdk-"
1355+
use_max_tag = true
1356+
include_regex = 'vulkan-sdk-\d+(\.\d+)*'
1357+
13511358
[vulkan-tools]
13521359
source = "github"
13531360
github = "KhronosGroup/vulkan-tools"

0 commit comments

Comments
 (0)