Add vulkan to the github action

This commit is contained in:
Ben Kyd
2023-12-20 15:58:42 +00:00
parent 7db567e086
commit 96ab5e540c

View File

@@ -12,6 +12,12 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Prepare Vulkan SDK
uses: humbletim/setup-vulkan-sdk@v1.2.0
with:
vulkan-query-version: 1.3.204.0
vulkan-components: Vulkan-Headers, Vulkan-Loader
vulkan-use-cache: true
- name: configure
run: mkdir build && cd build && cmake ..
- name: make