There was an error while loading. Please reload this page.
1 parent 585525f commit 6d0bb3fCopy full SHA for 6d0bb3f
1 file changed
.github/workflows/dotnet.yml
@@ -31,7 +31,7 @@ jobs:
31
run: dotnet clean
32
33
- name: Build projects
34
- run: dotnet build -c Release --no-restore
+ run: dotnet build -maxcpucount:1 -c Release --no-restore
35
36
- name: Deterministic build check
37
run: |
0 commit comments