fix: export tools path
Some checks failed
Test if Server can be built / build-server (push) Failing after 15s

This commit is contained in:
Timothy Schenk 2023-10-27 19:54:47 +02:00
parent b2c1df3f6f
commit 4df35c2df7

View file

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