mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-10-01 01:06:10 -04:00
fix cwd on macos build step
This commit is contained in:
parent
c76e05c84c
commit
f14b1869d9
@ -441,6 +441,7 @@ jobs:
|
||||
command: |
|
||||
git submodule init
|
||||
git submodule update --recursive
|
||||
cd gpt4all-bindings/csharp
|
||||
BASE_DIR="runtimes/osx-x64"
|
||||
NATIVE_DIR="$BASE_DIR/native"
|
||||
BUILD_DIR="$BASE_DIR/build"
|
||||
|
Loading…
Reference in New Issue
Block a user