mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-18 03:25:46 +00: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
|
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 6.0.1xx --install-dir $HOME/cli-tools
|
./dotnet-install.sh --channel 7.0.1xx --install-dir $HOME/cli-tools
|
||||||
ls $HOME/cli-tools
|
ls $HOME/cli-tools
|
||||||
$HOME/cli-tools/dotnet --version
|
$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