fix: test build script
Some checks failed
Test if Server can be built / build-server (push) Failing after 21s

This commit is contained in:
Timothy Schenk 2023-10-27 19:57:30 +02:00
parent 60d24be3b0
commit a3a86c9284

View file

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