fix: export tools path
Some checks failed
Test if Server can be built / build-server (push) Failing after 15s
Some checks failed
Test if Server can be built / build-server (push) Failing after 15s
This commit is contained in:
parent
b2c1df3f6f
commit
4df35c2df7
1 changed files with 3 additions and 2 deletions
|
@ -13,4 +13,5 @@ jobs:
|
||||||
7.0
|
7.0
|
||||||
- run: |
|
- run: |
|
||||||
dotnet tool install Nuke.GlobalTool --global
|
dotnet tool install Nuke.GlobalTool --global
|
||||||
|
export PATH="$PATH:/root/.dotnet/tools"
|
||||||
nuke
|
nuke
|
||||||
|
|
Loading…
Reference in a new issue