Skip to content

Update time warning samples for ranked play #196

Update time warning samples for ranked play

Update time warning samples for ranked play #196

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Install .NET 8.0.x
uses: actions/setup-dotnet@v5
with:
dotnet-version: "8.0.x"
- name: Build
run: dotnet build -c Release osu.Game.Resources