fix cwd on macos build step

cmake-exportbuild
mvenditto 1 year ago committed by AT
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…
Cancel
Save