fix: test build script
Some checks failed
Test if Server can be built / build-server (push) Failing after 21s
Some checks failed
Test if Server can be built / build-server (push) Failing after 21s
This commit is contained in:
parent
60d24be3b0
commit
a3a86c9284
1 changed files with 2 additions and 3 deletions
|
@ -12,7 +12,6 @@ jobs:
|
||||||
dotnet-version: |
|
dotnet-version: |
|
||||||
7.0
|
7.0
|
||||||
- run: |
|
- run: |
|
||||||
dotnet tool install Nuke.GlobalTool --global
|
chmod +x ./build.sh
|
||||||
export PATH="$PATH:/root/.dotnet/tools"
|
./build.sh
|
||||||
ls
|
|
||||||
nuke
|
nuke
|
||||||
|
|
Loading…
Reference in a new issue