mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-18 03:25:46 +00:00
macos try to install dotnet with brew
This commit is contained in:
parent
f14b1869d9
commit
79767148e0
@ -433,9 +433,7 @@ jobs:
|
|||||||
name: Install dependencies
|
name: Install dependencies
|
||||||
command: |
|
command: |
|
||||||
brew install cmake
|
brew install cmake
|
||||||
curl https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.sh -o dotnet-install.sh
|
brew install dotnet@6
|
||||||
chmod +x dotnet-install.sh
|
|
||||||
./dotnet-install.sh -Channel 6.0.1xx
|
|
||||||
- run:
|
- run:
|
||||||
name: Build C library
|
name: Build C library
|
||||||
command: |
|
command: |
|
||||||
|
Loading…
Reference in New Issue
Block a user