Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Fix macOS input editing #70

Fix macOS input editing

Fix macOS input editing #70

Workflow file for this run

name: Build
on:
workflow_dispatch:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: 'true'
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: '7.0'
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build TAS.Avalonia/TAS.Avalonia.csproj --configuration Release --no-restore