mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-06-21 05:04:32 +00:00
revert some bad changes
This commit is contained in:
parent
d151beb8bf
commit
422aecc5ba
@ -340,7 +340,6 @@ jobs:
|
||||
command: |
|
||||
cd gpt4all-bindings/csharp
|
||||
dotnet restore Gpt4All
|
||||
dotnet restore Gpt4All.Tests
|
||||
- save_cache:
|
||||
paths:
|
||||
- ~/.nuget/packages
|
||||
@ -395,16 +394,11 @@ jobs:
|
||||
$Env:Path += ";C:\ProgramData\chocolatey\lib\mingw\tools\install\mingw64\bin"
|
||||
$Env:Path += ";C:\Program Files\CMake\bin"
|
||||
./build_win-mingw.ps1
|
||||
- run:
|
||||
name: TEST bash under windows
|
||||
command: echo $(uname)
|
||||
shell: bash.exe
|
||||
- run:
|
||||
name: "Install project dependencies"
|
||||
command: |
|
||||
cd gpt4all-bindings/csharp
|
||||
dotnet.exe restore Gpt4All
|
||||
dotnet.exe restore Gpt4All.Tests
|
||||
- save_cache:
|
||||
paths:
|
||||
- C:\Users\circleci\.nuget\packages
|
||||
@ -468,7 +462,6 @@ jobs:
|
||||
command: |
|
||||
cd gpt4all-bindings/csharp
|
||||
dotnet restore Gpt4All
|
||||
dotnet restore Gpt4All.Tests
|
||||
- save_cache:
|
||||
paths:
|
||||
- ~/.nuget/packages
|
||||
|
Loading…
Reference in New Issue
Block a user