try to fix weird build errors an macos

cmake-exportbuild
mvenditto 1 year ago committed by AT
parent 95651809b3
commit 2f59332f9a

@ -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: |

Loading…
Cancel
Save