mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-07-17 00:41:42 +00:00
try again to unbreak circlci
This commit is contained in:
parent
59cae1132c
commit
b72b409d40
@ -444,9 +444,6 @@ jobs:
|
||||
build-csharp-linux:
|
||||
docker:
|
||||
- image: mcr.microsoft.com/dotnet/sdk:7.0-jammy # Ubuntu 22.04
|
||||
steps:
|
||||
- when:
|
||||
condition: << pipeline.parameters.run-csharp-workflow >>
|
||||
steps:
|
||||
- checkout
|
||||
- attach_workspace:
|
||||
@ -495,9 +492,6 @@ jobs:
|
||||
name: win/default
|
||||
size: large
|
||||
shell: powershell.exe -ExecutionPolicy Bypass
|
||||
steps:
|
||||
- when:
|
||||
condition: << pipeline.parameters.run-csharp-workflow >>
|
||||
steps:
|
||||
- checkout
|
||||
- restore_cache:
|
||||
@ -544,9 +538,6 @@ jobs:
|
||||
build-csharp-macos:
|
||||
macos:
|
||||
xcode: "14.0.0"
|
||||
steps:
|
||||
- when:
|
||||
condition: << pipeline.parameters.run-csharp-workflow >>
|
||||
steps:
|
||||
- checkout
|
||||
- restore_cache:
|
||||
|
Loading…
Reference in New Issue
Block a user