mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-11-10 22:38:35 +03:00
try an alternative build on macos
This commit is contained in:
parent
2f59332f9a
commit
5dcfdc192b
@ -433,11 +433,8 @@ 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
|
brew install dotnet@7
|
||||||
./dotnet-install.sh --channel 7.0.1xx --install-dir $HOME/cli-tools
|
|
||||||
ls $HOME/cli-tools
|
|
||||||
$HOME/cli-tools/dotnet --info
|
|
||||||
- run:
|
- run:
|
||||||
name: Build C library
|
name: Build C library
|
||||||
command: |
|
command: |
|
||||||
|
Loading…
Reference in New Issue
Block a user