mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-23 04:21:45 +00:00
fix cwd on macos build step
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user