fix curr working directory

cmake-exportbuild
mvenditto 1 year ago committed by AT
parent 23af041673
commit 5fe4f25d64

@ -375,6 +375,7 @@ jobs:
command: |
git submodule init
git submodule update
cd gpt4all-bindings/csharp
./build_win-mingw.ps1
- run:
name: "Install project dependencies"

@ -13,5 +13,4 @@ cmake --build $BUILD_DIR --parallel --config Release
# copy native dlls
cp "C:\ProgramData\chocolatey\lib\mingw\tools\install\mingw64\bin\*dll" $LIBS_DIR
cp "$BUILD_DIR\bin\*.dll" $LIBS_DIR
mv $LIBS_DIR\llmodel.dll $LIBS_DIR\libllmodel.dll
cp "$BUILD_DIR\bin\*.dll" $LIBS_DIR
Loading…
Cancel
Save