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