Skip to content

Commit

Permalink
Vulkan SDK only supports the last 2 Ubuntu releases
Browse files Browse the repository at this point in the history
  • Loading branch information
bviktor committed Nov 15, 2024
1 parent 689a91a commit 315580b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
install_recommends: false

- include_tasks: vulkan.yml
when: (ansible_distribution == 'Ubuntu') and (ansible_distribution_major_version >= '20')
when: (ansible_distribution == 'Ubuntu') and (ansible_distribution_major_version >= '22')

- include_role:
name: "{{ playbook_dir.split('/')[:-1] | last }}"
Expand Down

0 comments on commit 315580b

Please sign in to comment.