From c801ac0d2e5615e55b929e1600f17b52e00cb10f Mon Sep 17 00:00:00 2001 From: Robin Voetter Date: Fri, 3 Mar 2023 23:45:41 +0100 Subject: [PATCH] Revert "fix workflow" This reverts commit ac035d5ebeb01ce5a61776edac9d0362bb7220d7. vk.xml is the correct xml file, its the one from the vulkan repository. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 02377dd..bb2f5a4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,7 +37,7 @@ jobs: - name: Build with latest zig & vk.xml run: | - zig build -Dexample-registry=./examples/vk.xml + zig build -Dexample-registry=./vk.xml - name: Archive vk.xml uses: actions/upload-artifact@v2