fix curr working directory

This commit is contained in:
mvenditto 2023-06-16 13:15:44 +01:00 committed by AT
parent 23af041673
commit 5fe4f25d64
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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