mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-18 03:25:46 +00:00
try bump sdk to 7
This commit is contained in:
parent
1d570bfe76
commit
54efa75c7d
@ -311,7 +311,7 @@ jobs:
|
||||
|
||||
build-csharp-linux:
|
||||
docker:
|
||||
- image: mcr.microsoft.com/dotnet/sdk:6.0-jammy # Ubuntu 22.04
|
||||
- image: mcr.microsoft.com/dotnet/sdk:7.0-jammy # Ubuntu 22.04
|
||||
steps:
|
||||
- checkout
|
||||
- restore_cache:
|
||||
@ -433,7 +433,6 @@ jobs:
|
||||
name: Install dependencies
|
||||
command: |
|
||||
brew install cmake
|
||||
brew install dotnet@6
|
||||
brew install dotnet@7
|
||||
dotnet --info
|
||||
- run:
|
||||
|
Loading…
Reference in New Issue
Block a user