add dotnet path

This commit is contained in:
Eric Vergnaud 2021-01-24 17:29:12 +08:00
parent daf6336430
commit 0caddd8634
2 changed files with 7 additions and 1 deletions

View File

@ -23,4 +23,8 @@ JDK (we need a specific JDK):
sudo rm -fr /Library/PreferencePanes/JavaControlPanel.prefpane
C++:
- brew install cmake
- brew install cmake
C#:
- .github/scripts/install-dotnet-on-osx.sh
(you need to repeat this step for each user account)

View File

@ -2,6 +2,8 @@
set -euo pipefail
export PATH=$PATH:~/.dotnet
# we need to build the runtime before test run, since we used "--no-dependencies"
# when we call dotnet cli for restore and build, in order to speed up