diff --git a/.circleci/continue_config.yml b/.circleci/continue_config.yml index 952bb888..42b889c2 100644 --- a/.circleci/continue_config.yml +++ b/.circleci/continue_config.yml @@ -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