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:
|
||||
name: TEST - list libraries
|
||||
command: |
|
||||
ls -R /tmp/workspace/runtimes
|
||||
ls -R /tmp/workspace
|
||||
|
||||
build-csharp-linux:
|
||||
docker:
|
||||
@ -464,6 +464,7 @@ jobs:
|
||||
command: |
|
||||
cd gpt4all-bindings/csharp
|
||||
mkdir -p runtimes/linux-x64/native
|
||||
ls -R /tmp/workspace
|
||||
cp /tmp/workspace/runtimes/linux-x64/*.so runtimes/linux-x64/native/
|
||||
ls -R runtimes
|
||||
- run:
|
||||
|
Loading…
Reference in New Issue
Block a user