Skip to content

Commit 29d3a7b

Browse files
committed
fix build
1 parent 6b8d4f7 commit 29d3a7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ jobs:
7676
cp src/MLXSharp.Native/runtimes/osx-arm64/native/libmlxsharp.dylib artifacts/native/
7777
7878
- name: Pack MLXSharp library
79-
run: dotnet pack src/MLXSharp/MLXSharp.csproj --configuration Release --no-build --output artifacts/packages
79+
run: dotnet pack src/MLXSharp/MLXSharp.csproj --configuration Release --output artifacts/packages
8080

8181
- name: Pack MLXSharp.SemanticKernel library
82-
run: dotnet pack src/MLXSharp.SemanticKernel/MLXSharp.SemanticKernel.csproj --configuration Release --no-build --output artifacts/packages
82+
run: dotnet pack src/MLXSharp.SemanticKernel/MLXSharp.SemanticKernel.csproj --configuration Release --output artifacts/packages
8383

8484
- name: Verify package contains native libraries
8585
run: |

0 commit comments

Comments
 (0)