This commit is contained in:
mvenditto 2023-06-21 21:29:59 +02:00 committed by AT
parent 620ccda696
commit 2927d11a28

View File

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