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"