mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-10-01 01:06:10 -04:00
fix curr working directory
This commit is contained in:
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…
Reference in New Issue
Block a user