mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-10-01 01:06:10 -04:00
try to fix weird build errors an macos
This commit is contained in:
parent
95651809b3
commit
2f59332f9a
@ -435,9 +435,9 @@ jobs:
|
||||
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 --install-dir $HOME/cli-tools
|
||||
./dotnet-install.sh --channel 7.0.1xx --install-dir $HOME/cli-tools
|
||||
ls $HOME/cli-tools
|
||||
$HOME/cli-tools/dotnet --version
|
||||
$HOME/cli-tools/dotnet --info
|
||||
- run:
|
||||
name: Build C library
|
||||
command: |
|
||||
|
Loading…
Reference in New Issue
Block a user