We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09ff305 commit 13867f4Copy full SHA for 13867f4
.github/workflows/ci.yml
@@ -50,7 +50,10 @@ jobs:
50
- name: Restore dependencies
51
run: dotnet restore MLXSharp.sln
52
53
- - name: Build
+ - name: Build C# projects (initial validation)
54
+ run: dotnet build MLXSharp.sln --configuration Release --no-restore
55
+
56
+ - name: Build with native libraries
57
run: dotnet build MLXSharp.sln --configuration Release --no-restore
58
59
- name: Copy native library to test output
0 commit comments