Skip to content

Commit

Permalink
fixing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Kbz-8 committed Jan 12, 2025
1 parent 15e480f commit 1422520
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1422520

Please sign in to comment.