mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-17 08:18:51 +00:00
macos try to install dotnet with brew
This commit is contained in:
@@ -433,9 +433,7 @@ jobs:
|
||||
name: Install dependencies
|
||||
command: |
|
||||
brew install cmake
|
||||
curl https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.sh -o dotnet-install.sh
|
||||
chmod +x dotnet-install.sh
|
||||
./dotnet-install.sh -Channel 6.0.1xx
|
||||
brew install dotnet@6
|
||||
- run:
|
||||
name: Build C library
|
||||
command: |
|
||||
|
Reference in New Issue
Block a user