Skip to content

Commit 13867f4

Browse files
committed
some dotnet restore
1 parent 09ff305 commit 13867f4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,10 @@ jobs:
5050
- name: Restore dependencies
5151
run: dotnet restore MLXSharp.sln
5252

53-
- name: Build
53+
- name: Build C# projects (initial validation)
54+
run: dotnet build MLXSharp.sln --configuration Release --no-restore
55+
56+
- name: Build with native libraries
5457
run: dotnet build MLXSharp.sln --configuration Release --no-restore
5558

5659
- name: Copy native library to test output

0 commit comments

Comments
 (0)