更新 .github/workflows/nightly-build.yaml
Some checks failed
Build and Push Docker Image to GHCR / build (push) Failing after 26s
Nightly-build / build (6.0.x) (push) Failing after 4m13s

This commit is contained in:
forever 2024-10-26 03:14:03 +08:00
parent 9764484f4a
commit 3b901d8e6c

View File

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