From 66819990bc1f8debf8944a4e04b47b1ad6174be8 Mon Sep 17 00:00:00 2001 From: Kbz-8 Date: Sun, 12 Jan 2025 20:54:52 +0100 Subject: [PATCH] fixing CI --- .github/workflows/linux-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml index 867df36..78580ae 100644 --- a/.github/workflows/linux-build.yml +++ b/.github/workflows/linux-build.yml @@ -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