update deps
All checks were successful
Build / Build Launcher (push) Successful in 5m25s

This commit is contained in:
zznty
2024-03-04 17:21:47 +07:00
parent 84c3035bcf
commit dc63671a48
5 changed files with 9 additions and 117 deletions

View File

@@ -18,9 +18,6 @@ jobs:
with:
dotnet-version: '8.0.x'
- run: dotnet nuget add source --name yandex-cloud https://nuget.storage.yandexcloud.net/index.json
name: Add nuget source
- run: dotnet restore CringeLauncher/CringeLauncher.csproj --locked-mode
name: Restore Project