mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-06-20 20:53:23 +00:00
fix
This commit is contained in:
parent
620ccda696
commit
2927d11a28
@ -454,6 +454,7 @@ jobs:
|
|||||||
condition: << pipeline.parameters.run-csharp-workflow >>
|
condition: << pipeline.parameters.run-csharp-workflow >>
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
|
- setup_remote_docker
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
keys:
|
keys:
|
||||||
- gpt4all-csharp-nuget-packages-nix
|
- gpt4all-csharp-nuget-packages-nix
|
||||||
@ -465,7 +466,7 @@ jobs:
|
|||||||
cd gpt4all-bindings/csharp
|
cd gpt4all-bindings/csharp
|
||||||
mkdir -p runtimes/linux-x64/native
|
mkdir -p runtimes/linux-x64/native
|
||||||
ls -R /tmp/workspace
|
ls -R /tmp/workspace
|
||||||
cp /tmp/workspace/runtimes/linux-x64/*.so runtimes/linux-x64/native/
|
cp /tmp/workspace/runtimes/linux-x64/* runtimes/linux-x64/native/
|
||||||
ls -R runtimes
|
ls -R runtimes
|
||||||
- run:
|
- run:
|
||||||
name: "Install project dependencies"
|
name: "Install project dependencies"
|
||||||
|
Loading…
Reference in New Issue
Block a user