forked from mirror/vulkan-zig
CI: Setup Vulkan SDK
This commit is contained in:
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@@ -24,6 +24,13 @@ jobs:
|
||||
run: |
|
||||
zig build test
|
||||
|
||||
- name: Fetch Vulkan SDK
|
||||
run: |
|
||||
wget -qO - https://packages.lunarg.com/lunarg-signing-key-pub.asc | sudo apt-key add -
|
||||
wget -qO /etc/apt/sources.list.d/lunarg-vulkan-1.2.148-focal.list https://packages.lunarg.com/vulkan/1.2.148/lunarg-vulkan-1.2.148-focal.list
|
||||
apt update
|
||||
apt install vulkan-sdk
|
||||
|
||||
- name: Build with latest zig & vk.xml
|
||||
run: |
|
||||
wget https://raw.githubusercontent.com/KhronosGroup/Vulkan-Docs/main/xml/vk.xml
|
||||
|
||||
Reference in New Issue
Block a user