We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4984c5d commit dd3cd9fCopy full SHA for dd3cd9f
.github/workflows/main.yml
@@ -82,7 +82,7 @@ jobs:
82
- name: Nano Container - Build the Project
83
shell: pwsh
84
run: |
85
- docker exec orphan cmake --build --preset build-msvc-winsdk --config Release -- -j69 -l4
+ docker exec orphan cmake --build --preset build-msvc-winsdk --config Release -- -j 14
86
87
- name: Nano Container - Test the Project
88
0 commit comments