Skip to content

Try fixing build

Try fixing build #134

Workflow file for this run

name: CSharpInteractive check
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup dotnet 6
uses: actions/setup-dotnet@v3
with:
dotnet-version: '6.0.x'
- name: Setup dotnet 9
uses: actions/setup-dotnet@v3
with:
dotnet-version: '9.0.x'
- name: Build
run: dotnet run --project ./Build