mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-06-14 17:58:01 +00:00
fix dotnet install version on macos
This commit is contained in:
parent
d9fab97e83
commit
ddf124bb76
@ -435,7 +435,7 @@ jobs:
|
|||||||
brew install cmake
|
brew install cmake
|
||||||
curl https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.sh -o dotnet-install.sh
|
curl https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.sh -o dotnet-install.sh
|
||||||
chmod +x 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
|
$HOME/cli-tools/dotnet --info
|
||||||
- run:
|
- run:
|
||||||
name: Build C library
|
name: Build C library
|
||||||
|
Loading…
Reference in New Issue
Block a user