This commit is contained in:
mvenditto 2023-06-21 21:21:11 +02:00 committed by AT
parent cac18c273e
commit 620ccda696

View File

@ -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: