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
|
@ -12,5 +12,6 @@ jobs:
|
|||
dotnet-version: |
|
||||
7.0
|
||||
- run: |
|
||||
dotnet tool install Nuke.GlobalTool --global
|
||||
nuke
|
||||
dotnet tool install Nuke.GlobalTool --global
|
||||
export PATH="$PATH:/root/.dotnet/tools"
|
||||
nuke
|
||||
|
|
Loading…
Reference in a new issue