mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-10-01 01:06:10 -04:00
fix dotnet install version on macos
This commit is contained in:
parent
d9fab97e83
commit
ddf124bb76
@ -435,7 +435,7 @@ 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 7.0.1xx --install-dir $HOME/cli-tools
|
||||
./dotnet-install.sh -Channel 7.0 --install-dir $HOME/cli-tools
|
||||
$HOME/cli-tools/dotnet --info
|
||||
- run:
|
||||
name: Build C library
|
||||
|
Loading…
Reference in New Issue
Block a user