mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-10-01 01:06:10 -04:00
try fix
This commit is contained in:
parent
cac18c273e
commit
620ccda696
@ -444,7 +444,7 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: TEST - list libraries
|
name: TEST - list libraries
|
||||||
command: |
|
command: |
|
||||||
ls -R /tmp/workspace/runtimes
|
ls -R /tmp/workspace
|
||||||
|
|
||||||
build-csharp-linux:
|
build-csharp-linux:
|
||||||
docker:
|
docker:
|
||||||
@ -464,6 +464,7 @@ jobs:
|
|||||||
command: |
|
command: |
|
||||||
cd gpt4all-bindings/csharp
|
cd gpt4all-bindings/csharp
|
||||||
mkdir -p runtimes/linux-x64/native
|
mkdir -p runtimes/linux-x64/native
|
||||||
|
ls -R /tmp/workspace
|
||||||
cp /tmp/workspace/runtimes/linux-x64/*.so runtimes/linux-x64/native/
|
cp /tmp/workspace/runtimes/linux-x64/*.so runtimes/linux-x64/native/
|
||||||
ls -R runtimes
|
ls -R runtimes
|
||||||
- run:
|
- run:
|
||||||
|
Loading…
Reference in New Issue
Block a user