mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-07-07 20:41:24 +00:00
fix typo
This commit is contained in:
parent
1e160340bd
commit
5b242ba7a9
@ -356,6 +356,7 @@ jobs:
|
|||||||
build-csharp-windows:
|
build-csharp-windows:
|
||||||
executor:
|
executor:
|
||||||
name: win/default
|
name: win/default
|
||||||
|
shell: powershell.exe -ExecutionPolicy Bypass
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
@ -374,8 +375,8 @@ jobs:
|
|||||||
git submodule init
|
git submodule init
|
||||||
git submodule update --recursive
|
git submodule update --recursive
|
||||||
cd gpt4all-bindings/csharp
|
cd gpt4all-bindings/csharp
|
||||||
$env:Path += ";C:\ProgramData\chocolatey\lib\mingw\tools\install\mingw64\bin"
|
$Env:Path += ";C:\ProgramData\chocolatey\lib\mingw\tools\install\mingw64\bin"
|
||||||
$env.Path += ";C:\Program Files\CMake\bin"
|
$Env:Path += ";C:\Program Files\CMake\bin"
|
||||||
./build_win-mingw.ps1
|
./build_win-mingw.ps1
|
||||||
- run:
|
- run:
|
||||||
name: "Install project dependencies"
|
name: "Install project dependencies"
|
||||||
|
Loading…
Reference in New Issue
Block a user