mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-10-01 01:06:10 -04:00
fix build C library workdir
This commit is contained in:
parent
939ed6a2b5
commit
691e4cf6e0
@ -310,7 +310,6 @@ jobs:
|
||||
path: /tmp/workspace
|
||||
|
||||
build-csharp-linux:
|
||||
working_directory: ~/gpt4all-bindings/csharp
|
||||
docker:
|
||||
- image: mcr.microsoft.com/dotnet/sdk:6.0-jammy # Ubuntu 22.04
|
||||
steps:
|
||||
@ -328,6 +327,7 @@ jobs:
|
||||
command: |
|
||||
git submodule init
|
||||
git submodule update
|
||||
cd gpt4all-bindings/csharp
|
||||
./build_linux.sh
|
||||
- run:
|
||||
name: "Install project dependencies"
|
||||
|
Loading…
Reference in New Issue
Block a user