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