fixing CI

This commit is contained in:
2025-01-12 20:54:52 +01:00
parent f2dbf15b1d
commit 66819990bc

View File

@@ -98,5 +98,5 @@ jobs:
- name: Build Pulse
run: |
xmake config --vulkan-tests=y --yes
xmake build VulkanUnitTests --yes
xmake run VulkanUnitTests --yes
xmake build --yes VulkanUnitTests
xmake run --yes VulkanUnitTests