add dotnet path
This commit is contained in:
parent
daf6336430
commit
0caddd8634
|
@ -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)
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue