try to fix weird build errors an macos

This commit is contained in:
mvenditto 2023-06-16 19:37:42 +01:00 committed by AT
parent 95651809b3
commit 2f59332f9a

View File

@ -435,9 +435,9 @@ 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 6.0.1xx --install-dir $HOME/cli-tools
./dotnet-install.sh --channel 7.0.1xx --install-dir $HOME/cli-tools
ls $HOME/cli-tools
$HOME/cli-tools/dotnet --version
$HOME/cli-tools/dotnet --info
- run:
name: Build C library
command: |