Skip to content

Merge pull request #163 from bdach/better-tool-location-failure-messa… #242

Merge pull request #163 from bdach/better-tool-location-failure-messa…

Merge pull request #163 from bdach/better-tool-location-failure-messa… #242

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
tests:
name: Compilation test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- uses: actions/setup-dotnet@v1
with:
dotnet-version: '8.0.x'
- run: dotnet build osu-deploy.sln