Skip to content

Commit

Permalink
chore: Disabled parallel in Windows action for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
EduMenges committed May 17, 2024
1 parent 03a2814 commit 494332c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Windows-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
options: "CMAKE_BUILD_TYPE=Release"

- name: Build project
run: cmake --build build/Windows/Release --config Release --parallel
run: cmake --build build/Windows/Release --config Release

0 comments on commit 494332c

Please sign in to comment.