diff --git a/.github/workflows/nightly-build.yaml b/.github/workflows/nightly-build.yaml index a403f23..362a51c 100644 --- a/.github/workflows/nightly-build.yaml +++ b/.github/workflows/nightly-build.yaml @@ -20,9 +20,9 @@ jobs: run: dotnet restore - name: Restore nuget packages run: | - sudo apt update - sudo apt install -y nuget - nuget restore + sudo apt update + sudo apt install -y nuget + nuget restore - name: Build client and installer run: dotnet build RageCoop.Client.Installer/RageCoop.Client.Installer.csproj --configuration Release -o bin/Release/Client/RageCoop - name: Build server win-x64