make build.zig friendly to the zig package manager

This commit is contained in:
InKryption
2023-02-16 02:56:15 +01:00
parent ef75aa0fd6
commit c294b849d2
2 changed files with 27 additions and 6 deletions

View File

@@ -37,7 +37,7 @@ jobs:
- name: Build with latest zig & vk.xml
run: |
zig build -Dvulkan-registry=./vk.xml
zig build -Dexample-registry=./vk.xml
- name: Archive vk.xml
uses: actions/upload-artifact@v2