macos try to install dotnet with brew

This commit is contained in:
mvenditto 2023-06-16 19:06:40 +01:00 committed by AT
parent f14b1869d9
commit 79767148e0

View File

@ -433,9 +433,7 @@ 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 6.0.1xx
brew install dotnet@6
- run:
name: Build C library
command: |