Skip to content

LaTeX overhaul (#639) #846

LaTeX overhaul (#639)

LaTeX overhaul (#639) #846

Workflow file for this run

name: 'C#/Kernel Build'

Check failure on line 1 in .github/workflows/CSharpBuild.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/CSharpBuild.yml

Invalid workflow file

(Line: 18, Col: 13): Expected format {org}/{repo}[/path]@ref. Actual 'actions/checkout', (Line: 22, Col: 13): Expected format {org}/{repo}[/path]@ref. Actual 'actions/setup-dotnet'
on:
push:
branches:
- master
pull_request:
branches:
- '*'
jobs:
AngouriMath:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout
with:
submodules: 'recursive'
- name: Setup .NET 10
uses: actions/setup-dotnet
with:
dotnet-version: '10.x'
include-prerelease: true
- name: Build AngouriMath
run: |
cd Sources/AngouriMath/AngouriMath
dotnet build