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

View File

@ -433,7 +433,10 @@ jobs:
name: Install dependencies
command: |
brew install cmake
brew install dotnet@6
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
dotnet --version
- run:
name: Build C library
command: |