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