fix: incorrect command
Some checks failed
Test if Server can be built / build-server (push) Failing after 12s
Some checks failed
Test if Server can be built / build-server (push) Failing after 12s
This commit is contained in:
parent
7f5fec41a5
commit
ed400c2c4c
1 changed files with 3 additions and 1 deletions
|
@ -11,4 +11,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
dotnet-version: |
|
dotnet-version: |
|
||||||
7.0
|
7.0
|
||||||
- run: ./build.sh
|
- run: |
|
||||||
|
dotnet tool install Nuke.GlobalTool --global
|
||||||
|
nuke
|
||||||
|
|
Loading…
Reference in a new issue