mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-06-21 21:19:08 +00:00
revert some bad changes
This commit is contained in:
parent
d151beb8bf
commit
422aecc5ba
@ -340,7 +340,6 @@ jobs:
|
|||||||
command: |
|
command: |
|
||||||
cd gpt4all-bindings/csharp
|
cd gpt4all-bindings/csharp
|
||||||
dotnet restore Gpt4All
|
dotnet restore Gpt4All
|
||||||
dotnet restore Gpt4All.Tests
|
|
||||||
- save_cache:
|
- save_cache:
|
||||||
paths:
|
paths:
|
||||||
- ~/.nuget/packages
|
- ~/.nuget/packages
|
||||||
@ -395,16 +394,11 @@ jobs:
|
|||||||
$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:
|
|
||||||
name: TEST bash under windows
|
|
||||||
command: echo $(uname)
|
|
||||||
shell: bash.exe
|
|
||||||
- run:
|
- run:
|
||||||
name: "Install project dependencies"
|
name: "Install project dependencies"
|
||||||
command: |
|
command: |
|
||||||
cd gpt4all-bindings/csharp
|
cd gpt4all-bindings/csharp
|
||||||
dotnet.exe restore Gpt4All
|
dotnet.exe restore Gpt4All
|
||||||
dotnet.exe restore Gpt4All.Tests
|
|
||||||
- save_cache:
|
- save_cache:
|
||||||
paths:
|
paths:
|
||||||
- C:\Users\circleci\.nuget\packages
|
- C:\Users\circleci\.nuget\packages
|
||||||
@ -468,7 +462,6 @@ jobs:
|
|||||||
command: |
|
command: |
|
||||||
cd gpt4all-bindings/csharp
|
cd gpt4all-bindings/csharp
|
||||||
dotnet restore Gpt4All
|
dotnet restore Gpt4All
|
||||||
dotnet restore Gpt4All.Tests
|
|
||||||
- save_cache:
|
- save_cache:
|
||||||
paths:
|
paths:
|
||||||
- ~/.nuget/packages
|
- ~/.nuget/packages
|
||||||
|
Loading…
Reference in New Issue
Block a user